UNPKG

html-to-react-events

Version:

Convert HTML event names to React event handler names.

9 lines (8 loc) 246 B
export declare type TouchEvent = 'touchcancel' | 'touchend' | 'touchmove' | 'touchstart'; declare const _default: { 'touchcancel': string; 'touchend': string; 'touchmove': string; 'touchstart': string; }; export default _default;