1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 07:13:32 +00:00

show dialog interface

This commit is contained in:
Kyle Spearrin
2018-02-02 23:47:03 -05:00
parent 4a3705e675
commit 4c6a1892c0

View File

@@ -16,4 +16,6 @@ export abstract class PlatformUtilsService {
saveFile: (win: Window, blobData: any, blobOptions: any, fileName: string) => void;
getApplicationVersion: () => string;
supportsU2f: (win: Window) => boolean;
showDialog: (text: string, title?: string, confirmText?: string, cancelText?: string,
type?: string) => Promise<boolean>;
}