UNPKG

html-to-react-events

Version:

Convert HTML event names to React event handler names.

9 lines (8 loc) 231 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { 'touchcancel': 'onTouchCancel', 'touchend': 'onTouchEnd', 'touchmove': 'onTouchMove', 'touchstart': 'onTouchStart' };