UNPKG

html-to-react-events

Version:

Convert HTML event names to React event handler names.

8 lines (7 loc) 241 B
export declare type AnimationEvent = 'animationstart' | 'animationend' | 'animationiteration'; declare const _default: { 'animationstart': string; 'animationend': string; 'animationiteration': string; }; export default _default;