Repository URL to install this package:
|
Version:
4.0.116 ▾
|
export declare function isOS(): boolean;
export declare function copyToClipboard(urlToCopy: string): void;
export declare function makeEditable(dom: Element): void;
export declare function createElement(text: string, scoped: any): void;
export declare function selectText(scoped: any): void;
export declare function executeCopyToClipboard(scoped: any): void;
export declare function copy(text: string): void;