Type Alias: BoxSurface
type BoxSurface =
| "base"
| "elevated"
| "overlay";
Defined in: src/theme/components/types.ts:62
Surface depth variants for box components
type BoxSurface =
| "base"
| "elevated"
| "overlay";
Defined in: src/theme/components/types.ts:62
Surface depth variants for box components