Type Alias: BoxShadow
type BoxShadow =
| "inner"
| "lg"
| "md"
| "sm"
| "xl";
Defined in: src/theme/components/types.ts:54
Shadow depth variants for box components
type BoxShadow =
| "inner"
| "lg"
| "md"
| "sm"
| "xl";
Defined in: src/theme/components/types.ts:54
Shadow depth variants for box components