UNPKG

redoc

Version:
9 lines (8 loc) 281 B
export declare class ClipboardService { static isSupported(): boolean; static selectElement(element: any): void; static deselect(): void; static copySelected(): boolean; static copyElement(element: any): boolean; static copyCustom(text: string): boolean; }