mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-14 08:03:43 +08:00
2 lines
97 B
TypeScript
2 lines
97 B
TypeScript
declare type ElTagType = '' | 'success' | 'warning' | 'info' | 'danger' | 'default' | 'primary';
|