mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-06 16:20:26 +08:00
added forgeted function signature in uikit
This commit is contained in:
Vendored
+7
@@ -71,6 +71,13 @@ declare module UIkit {
|
||||
* @param {function} fn A function to execute on confirmation
|
||||
*/
|
||||
confirm(message:string, fn:() => any): void
|
||||
/**
|
||||
* Create a prompt dialog, where the user enter information
|
||||
* @param {string} message The message to display. Can be Html
|
||||
* @param {function} fn A function to execute on confirmation. The function
|
||||
* receive the new value as a parameter
|
||||
*/
|
||||
prompt(message:string, fn:(newValue:string) => any): void
|
||||
/**
|
||||
* Create a prompt dialog, where the user enter information
|
||||
* @param {string} message The message to display. Can be Html
|
||||
|
||||
Reference in New Issue
Block a user