UNPKG

html-to-react-events

Version:

Convert HTML event names to React event handler names.

8 lines (7 loc) 249 B
export declare type CompositionEvent = 'compositionend' | 'compositionstart' | 'compositionupdate'; declare const _default: { 'compositionend': string; 'compositionstart': string; 'compositionupdate': string; }; export default _default;