mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 18:23:31 +00:00
clearPendingClipboard function
This commit is contained in:
@@ -2,4 +2,5 @@ export abstract class SystemService {
|
||||
startProcessReload: () => void;
|
||||
cancelProcessReload: () => void;
|
||||
clearClipboard: (clipboardValue: string, timeoutMs?: number) => void;
|
||||
clearPendingClipboard: () => Promise<any>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user