mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
copyToClipboard device utils
This commit is contained in:
@@ -19,4 +19,5 @@ export abstract class PlatformUtilsService {
|
|||||||
showDialog: (text: string, title?: string, confirmText?: string, cancelText?: string,
|
showDialog: (text: string, title?: string, confirmText?: string, cancelText?: string,
|
||||||
type?: string) => Promise<boolean>;
|
type?: string) => Promise<boolean>;
|
||||||
isDev: () => boolean;
|
isDev: () => boolean;
|
||||||
|
copyToClipboard: (text: string, options?: any) => void;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user