We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi, Thanks for your work on this library. I use typescript in my project and get next issue:
I import
import ReactExport from 'react-data-export';
and get
but there is no available @types/react-data-export
how can I solve it?
Thanks