UNPKG

clipboard-polyfill

Version:

A polyfill for the asynchronous clipboard API

8 lines (7 loc) 250 B
export declare function suppressDTWarnings(): void; export declare class DT { private m; setData(type: string, value: string): void; getData(type: string): string | undefined; forEach(f: (value: string, key: string) => void): void; }