VaishakVk / react-drag-reorder

Simple React Component for reordering elements
https://www.npmjs.com/package/react-drag-reorder
18 stars 11 forks source link

Typescript support #6

Closed GustavoMelloGit closed 1 year ago

GustavoMelloGit commented 2 years ago

I am trying to use it in a React app with Typescript, but it doesn't have types.

tan-ahmed commented 2 years ago

Me too. I get this

Try `npm i --save-dev @types/react-drag-reorder` if it exists or add a new declaration (.d.ts) file containing `declare module 'react-drag-reorder';
carlvoller commented 2 years ago

Added typescript support, try installing the latest version of this package and you should have types built-in 👍