1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-10 21:33:17 +00:00

copyToClipboard device utils

This commit is contained in:
Kyle Spearrin
2018-02-16 14:00:16 -05:00
parent 7b3bbd9245
commit ccf2fbd996

View File

@@ -19,4 +19,5 @@ export abstract class PlatformUtilsService {
showDialog: (text: string, title?: string, confirmText?: string, cancelText?: string,
type?: string) => Promise<boolean>;
isDev: () => boolean;
copyToClipboard: (text: string, options?: any) => void;
}