mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-02-14 01:24:59 +08:00
4 lines
137 B
TypeScript
4 lines
137 B
TypeScript
export type ElementPlusSize = 'default' | 'small' | 'large'
|
|
|
|
export type ElementPlusInfoType = 'success' | 'info' | 'warning' | 'danger'
|