@itwin/frontend-devtools
Version:
Debug menu and supporting UI widgets
9 lines • 338 B
TypeScript
/** @packageDocumentation
* @module Utilities
*/
/** Copy the input string to the system clipboard.
* Obtained from https://techoverflow.net/2018/03/30/copying-strings-to-the-clipboard-using-pure-javascript/
* @beta
*/
export declare function copyStringToClipboard(str: string): void;
//# sourceMappingURL=ClipboardUtilities.d.ts.map