mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-16 02:11:48 +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]
|