mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 20:58:22 +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]
|