react-ionize icon indicating copy to clipboard operation
react-ionize copied to clipboard

Add TypeScript definitions

Open mhink opened this issue 8 years ago • 0 comments

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

mhink avatar Apr 17 '17 22:04 mhink