2024-01-29 09:26:07 +08:00

3 lines
156 B
TypeScript

export type Size = 'tiny' | 'small' | 'medium' | 'large';
export type Type = 'default' | 'tertiary' | 'primary' | 'info' | 'success' | 'warning' | 'error';