|
@@ -1,6 +1,6 @@
|
|
import type * as ep from 'element-plus';
|
|
import type * as ep from 'element-plus';
|
|
declare global {
|
|
declare global {
|
|
- declare type ElTagType = 'success' | 'info' | 'warning' | 'danger' | '';
|
|
|
|
|
|
+ declare type ElTagType = 'primary' | 'success' | 'info' | 'warning' | 'danger';
|
|
declare type ElFormInstance = ep.FormInstance;
|
|
declare type ElFormInstance = ep.FormInstance;
|
|
declare type ElTableInstance = ep.TableInstance;
|
|
declare type ElTableInstance = ep.TableInstance;
|
|
declare type ElUploadInstance = ep.UploadInstance;
|
|
declare type ElUploadInstance = ep.UploadInstance;
|