Browse Source

Pull request #2806: 无jira任务 类型

Merge in VISUAL/fineui from ~IMP/fineui_fui:master to master

* commit '2167c2867d5150110c8f660325a3dacae0823e45':
  无jira任务 类型
es6
imp 2 years ago
parent
commit
6c3cdd3c0a
  1. 2
      typescript/base/foundation/message.ts

2
typescript/base/foundation/message.ts

@ -9,5 +9,5 @@ export type _msg = {
alert: (title: string, message?: string | { [key: string]: any }, callback?: (result?: boolean) => void) => void
confirm: (title: string, message?: string | { [key: string]: any }, callback?: (result: boolean) => void) => void
prompt: (title: string, message?: string, value?: any, callback?: (result: string) => void, minWidth?: number) => void
toast: (message: string | Obj, options?: toastOptions | string, context?: HTMLElement) => void
toast: (message: string | Obj, options?: toastOptions | string, context?: HTMLElement) => Function
}

Loading…
Cancel
Save