react-router-relative-link
react-router-relative-link copied to clipboard
Typescript support
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)