UNPKG

@redocly/theme

Version:

Shared UI components lib

5 lines (4 loc) 152 B
export declare class ClipboardService { static copyCustom(text: string): boolean; static selectElement(element: HTMLDivElement | null): void; }