meessour

Results 1 comments of meessour

Try declaring a module like this in a file that ends with `.d.ts`: ``` declare module 'react-to-pdf' { import { RefObject } from 'react'; function ReactToPdf( targetRef?: RefObject, filename?: string,...