mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-27 03:58:37 +00:00
4 lines
137 B
TypeScript
4 lines
137 B
TypeScript
export type ElementPlusSize = 'default' | 'small' | 'large'
|
|
|
|
export type ElementPlusInfoType = 'success' | 'info' | 'warning' | 'danger'
|