Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing types in npm #22

Open
kammarkdev opened this issue Aug 23, 2021 · 4 comments
Open

Missing types in npm #22

kammarkdev opened this issue Aug 23, 2021 · 4 comments

Comments

@kammarkdev
Copy link

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

@Amplizer
Copy link

Currently same :(

@Miltage
Copy link

Miltage commented Jun 10, 2022

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

@barisates
Copy link
Owner

TS support is not available for now.

@samar717
Copy link

I have same issue above, please help me please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants