mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-09 17:02:43 +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'
|