UNPKG

@formant/ava-react

Version:

React components of AVA.

6 lines (5 loc) 242 B
export declare function copyToClipboard(htmlString: string, plainText?: string, onSuccess?: () => void, onError?: () => void): void; export declare function getSelectionContentForCopy(): Promise<{ plainText: string; html: string; }>;