charlie-yao / react-aria-widgets

Implementations of WAI-ARIA widgets and design patterns in React.
MIT License
2 stars 0 forks source link

Use type definitions from DefinitelyTyped for events #111

Closed charlie-yao closed 1 year ago

charlie-yao commented 1 year ago

"Regular" typed functions seem fine, but since @types/react provides things like React.ChangeEventHandler, might as well use 'em.