UNPKG

@antv/narrative-text-vis

Version:

React component of interactive narrative text

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