Type Alias: BoxVariant
type BoxVariant =
| "primary"
| "secondary"
| "tertiary";
Defined in: src/theme/components/types.ts:68
Visual style variants for box components
type BoxVariant =
| "primary"
| "secondary"
| "tertiary";
Defined in: src/theme/components/types.ts:68
Visual style variants for box components