mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
readFromClipboard util
This commit is contained in:
@@ -28,4 +28,5 @@ export abstract class PlatformUtilsService {
|
||||
isDev: () => boolean;
|
||||
isSelfHost: () => boolean;
|
||||
copyToClipboard: (text: string, options?: any) => void;
|
||||
readFromClipboard: (options?: any) => Promise<string>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user