react-ionize
react-ionize copied to clipboard
Add TypeScript definitions
Based on this conversation:
https://twitter.com/mhink1103/status/854064651495133184
It looks like we'll need to add and package a .d.ts file which overrides TypeScript's JSX.IntrinsicElements interface. It looks like they have something called __React.HTMLAttributes involved. Reference the following links for more details:
https://github.com/Microsoft/TypeScript/issues/4653 https://github.com/Microsoft/TypeScript/issues/4648