When I am trying to include the library with TSX file. It throws module is not available as it's is completely written in jsx.
Can you please include declare module to make the reference easier.
index.d.ts declare module 'react-table-filter': any....
Thanks in advance
When I am trying to include the library with TSX file. It throws module is not available as it's is completely written in jsx.
Can you please include declare module to make the reference easier.
index.d.ts declare module 'react-table-filter': any....
Thanks in advance