Skip to main content

TextWeight

type
type TextWeight = 'bold' | 'normal' | 'medium' | 'semibold'

Import

import { TextWeight } from '@modular/sdk/ui';