2 lines
57 B
TypeScript
2 lines
57 B
TypeScript
export type ComponentSize = 'sm' | 'md' | 'lg' | 'full';
|
export type ComponentSize = 'sm' | 'md' | 'lg' | 'full';
|