react-hyperscript-helpers
react-hyperscript-helpers copied to clipboard
Fix typescript definitions for typescript >=2.0
Fixes #19
I have tested this on a small project.
I also see the react typings of createElement support any attribute name, even though that's not valid html.
I wouldn't add that. People can still hack around it in their project if they want.