forked from fanruan/fineui
Roy.Liu
4 years ago
2 changed files with 3 additions and 1 deletions
@ -1,6 +1,6 @@ |
|||||||
export type _msg = { |
export type _msg = { |
||||||
alert: (title: string, message?: string, callback?: (result?: boolean)=>void) => void |
alert: (title: string, message?: string, callback?: (result?: boolean)=>void) => void |
||||||
confirm: (title: string, message?: string, callback?: (result: boolean)=>void) => void |
confirm: (title: string, message?: string, callback?: (result: boolean)=>void) => void |
||||||
prompt: (title: string, message?: string, value?: any, callback?: (result: string) => void, min_width?: number) => void |
prompt: (title: string, message?: string, value?: any, callback?: (result: string) => void, minWidth?: number) => void |
||||||
toast: (message: string, options?: object, context?: HTMLElement ) => void |
toast: (message: string, options?: object, context?: HTMLElement ) => void |
||||||
} |
} |
Loading…
Reference in new issue