UNPKG

@furystack/shades-common-components

Version:

Common UI components for FuryStack Shades

6 lines 182 B
/** * Standard size tiers for interactive components. * @default 'medium' */ export type ComponentSize = 'small' | 'medium' | 'large'; //# sourceMappingURL=component-size.d.ts.map