react-data-table-component-extensions icon indicating copy to clipboard operation
react-data-table-component-extensions copied to clipboard

Missing types in npm

Open kammarkdev opened this issue 4 years ago • 4 comments

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

kammarkdev avatar Aug 23 '21 13:08 kammarkdev

Currently same :(

Amplizer avatar Feb 16 '22 08:02 Amplizer

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';

Miltage avatar Jun 10 '22 09:06 Miltage

TS support is not available for now.

barisates avatar Jun 13 '22 08:06 barisates

I have same issue above, please help me please.

samar717 avatar Jan 24 '23 12:01 samar717