Sajeeb M Ahamed
Results
1
comments of
Sajeeb M Ahamed
I solve this issue. Firstly, Create a folder **typings** then create file **index.d.ts** inside the folder. then declare module `declare module 'react-to-pdf'`. Then add `"typeRoots": [ "./typings", "./node_modules/@types" ]` inside...