mirror of
https://github.com/bitwarden/jslib
synced 2025-12-10 21:33:17 +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,
|
||||
type?: string) => Promise<boolean>;
|
||||
isDev: () => boolean;
|
||||
copyToClipboard: (text: string, options?: any) => void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user