Skip to main content
Modular Documentation
Guides
Reference
Reference
/
@modular/sdk/ui
TextWeight
type
type TextWeight = 'bold' | 'normal' | 'medium' | 'semibold'
Import
import { TextWeight } from '@modular/sdk/ui';