Browse Source

Pull request #2732: refactor: 声明补充

Merge in VISUAL/fineui from ~KIRA/fineui:master to master

* commit 'd15f8377e3051057aed88b6557e1e28f3394d73c':
  refactor: 声明补充
es6
Kira 2 years ago
parent
commit
f062001225
  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