Type Alias: TextAlign
type TextAlign =
| "center"
| "justify"
| "left"
| "right";
Defined in: src/theme/components/types.ts:113
Text alignment options for text components
type TextAlign =
| "center"
| "justify"
| "left"
| "right";
Defined in: src/theme/components/types.ts:113
Text alignment options for text components