mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
@@ -382,3 +382,14 @@ export function action(arg: any): Promise<string> {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Singular rollup for convenience of all dialog methods
|
||||
*/
|
||||
export const Dialogs = {
|
||||
alert,
|
||||
confirm,
|
||||
prompt,
|
||||
login,
|
||||
action,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user