securedeveloper / react-data-export

Export dataset in react.
https://securedeveloper.github.io/react-data-export/
MIT License
179 stars 191 forks source link

How I can use this library for reat typescript? #179

Open adilorenzodema opened 1 year ago

adilorenzodema commented 1 year ago

Hi, I installed "react-export-excel": "^0.5.3", but when I import const I have this error:

image

@type/react-export-excel doesn't exist.

My react version is "^18.2.0"

Could you help me?