Browse Source

refactor: 声明补充

es6
Kira 2 years ago
parent
commit
d15f8377e3
  1. 1
      typescript/base/foundation/message.ts

1
typescript/base/foundation/message.ts

@ -2,6 +2,7 @@ type toastOptions = {
level: "success" | "warning" | "error" | "normal" | "loading"
autoClose?: boolean
callback?: Function
closable?: boolean
}
export type _msg = {

Loading…
Cancel
Save