UNPKG

@furystack/shades-common-components

Version:

Common UI components for FuryStack Shades

6 lines (5 loc) 137 B
/** * Standard size tiers for interactive components. * @default 'medium' */ export type ComponentSize = 'small' | 'medium' | 'large'