mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-26 15:31:41 +08:00
7 lines
112 B
TypeScript
7 lines
112 B
TypeScript
export enum DialogEnum {
|
|
DELETE = 'delete',
|
|
WARNING = 'warning',
|
|
ERROR = 'error',
|
|
SUCCESS = 'success'
|
|
}
|