Browse Source

DESIGN-3918 feat: toast新增loading效果

es6
zsmj 2 years ago
parent
commit
7229faac6a
  1. 2
      typescript/base/foundation/message.ts

2
typescript/base/foundation/message.ts

@ -1,5 +1,5 @@
type toastOptions = {
level: "success" | "warning" | "error" | "common" | "loading"
level: "success" | "warning" | "error" | "normal" | "loading"
autoClose?: boolean
callback?: Function
}

Loading…
Cancel
Save