NestedLink icon indicating copy to clipboard operation
NestedLink copied to clipboard

Could not find a declaration file for module 'valuelink/tags'

Open bartko-s opened this issue 7 years ago • 0 comments

I use import { Select } from "valuelink/tags"; and get this typescript error

Error:(5, 24) TS7016: Could not find a declaration file for module 'valuelink/tags'. '/home/---/node_modules/valuelink/tags.js' implicitly has an 'any' type.
  Try `npm install @types/valuelink` if it exists or add a new declaration (.d.ts) file containing `declare module 'valuelink';`

bartko-s avatar Aug 19 '18 19:08 bartko-s