cht8687 / react-hover

React hover --- make hover easy http://cht8687.github.io/react-hover/example/
MIT License
107 stars 25 forks source link

Type file ts #46

Closed Isaius closed 4 years ago

Isaius commented 4 years ago

Adding type definition file turn possible using the lib with TypeScript projects and on JavaScript projects also provides a better intellisense for the IDE.

Why?

When I tried to use this library on a project typescript doesn't allow it because there are no type definition files.

What this do?

Just created the index.d.ts file and put a simple type definition on it. That was discussed on #44