Global
Last updated: 2.0.0 (22/01/2024)
ComponentSize
type ComponentSize = "xs" | "sm" | "md" | "lg" | "xl";SizeClasses
type SizeClasses<C> = {
xs: C;
sm: C;
md: C;
lg: C;
xl: C
};FillVariant
type FillVariant = "subtle" | "outlined" | "paper" | "light" | "filled";GenericProps
Property
Type
Description
Last updated