react-router-relative-link icon indicating copy to clipboard operation
react-router-relative-link copied to clipboard

Typescript support

Open maximestlaurent opened this issue 5 years ago • 0 comments

Right now, trying to use this module in Typescript raises the following error:

Could not find a declaration file for module 'react-router-relative-link'. './node_modules/react-router-relative-link/lib/index.js' implicitly has an 'any' type.
  Try `npm install @types/react-router-relative-link` if it exists or add a new declaration (.d.ts) file containing `declare module 'react-router-relative-link';`ts(7016)

maximestlaurent avatar Apr 12 '19 12:04 maximestlaurent