ryansolid / dom-expressions

A Fine-Grained Runtime for Performant DOM Rendering
MIT License
865 stars 124 forks source link

Add missing `onToggle` event to the `<details>` event #110

Closed amoutonbrady closed 2 years ago

amoutonbrady commented 2 years ago

The event information is found here: https://developer.mozilla.org/en-US/docs/Web/API/HTMLDetailsElement/toggle_event

It seems like react added it in a similar fashion: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react/index.d.ts#L2079-L2081