mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-24 11:05:17 +08:00
3 lines
127 B
TypeScript
3 lines
127 B
TypeScript
export const componentSizes = ['default', 'small', 'large'] as const
|
|
export type ComponentSize = typeof componentSizes[number]
|