mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 17:31:02 +08:00
f74f4e94d2
* refactor(theme-chalk): [button] remove default size class & simplify css * test: fix test caused by size remove default * fix: adapt for form default & remove tag default button m 0 * fix: add uno.css & bem for tag
3 lines
131 B
TypeScript
3 lines
131 B
TypeScript
export const componentSizes = ['', 'default', 'small', 'large'] as const
|
|
export type ComponentSize = typeof componentSizes[number]
|