mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
promt declaration fixed
This commit is contained in:
2
ui/dialogs/dialogs.d.ts
vendored
2
ui/dialogs/dialogs.d.ts
vendored
@@ -28,7 +28,7 @@
|
||||
* The prompt() method displays a dialog box that prompts the visitor for input.
|
||||
* @param text The text to display in the dialog box.
|
||||
*/
|
||||
function prompt(text: string, defaultText?: string): promises.Promise<string>;
|
||||
function prompt(text: string): promises.Promise<string>;
|
||||
|
||||
/**
|
||||
* The prompt() method displays a dialog box that prompts the visitor for input.
|
||||
|
||||
Reference in New Issue
Block a user