UNPKG

html-to-react-events

Version:

Convert HTML event names to React event handler names.

8 lines (7 loc) 177 B
export declare type ClipboardEvent = 'copy' | 'cut' | 'paste'; declare const _default: { 'copy': string; 'cut': string; 'paste': string; }; export default _default;