UNPKG

html-to-react-events

Version:

Convert HTML event names to React event handler names.

5 lines (4 loc) 106 B
export type TransitionEvent = 'transitionend'; export default { 'transitionend': 'onTransitionEnd' };