Type Alias: TextWeight
type TextWeight =
| "bold"
| "medium"
| "normal"
| "semibold";
Defined in: src/theme/components/types.ts:144
Font weight variants for text components
type TextWeight =
| "bold"
| "medium"
| "normal"
| "semibold";
Defined in: src/theme/components/types.ts:144
Font weight variants for text components