UNPKG

html-to-react-events

Version:

Convert HTML event names to React event handler names.

8 lines (7 loc) 229 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { 'animationstart': 'onAnimationStart', 'animationend': 'onAnimationEnd', 'animationiteration': 'onAnimationIteration' };