react-data-table-component-extensions
react-data-table-component-extensions copied to clipboard
Missing types in npm
Hello,
I am trying to use your project under React/Typescript app, I am not able to install types from npm:
npm i --save-dev @types/react-data-table-component-extensions
Result:
npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@types%2freact-data-table-component-extensions - Not found npm ERR! 404 npm ERR! 404 '@types/react-data-table-component-extensions@*' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.
Can you tell me from where I can get correct types?
Regards, Kamil
Currently same :(
I got around the warnings by adding a file DataTableExtensions.d.ts in my project directory with content:
declare module 'react-data-table-component-extensions';
TS support is not available for now.
I have same issue above, please help me please.