mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-10 21:03:56 +08:00
copyToClipboard device utils
This commit is contained in:
parent
7b3bbd9245
commit
ccf2fbd996
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user