UNPKG

html-to-react-events

Version:

Convert HTML event names to React event handler names.

5 lines (4 loc) 77 B
export type WheelEvent = 'wheel'; export default { 'wheel': 'onWheel' };