rounded-corners icon indicating copy to clipboard operation
rounded-corners copied to clipboard

Typescript error without the .d.ts definition

Open totszwai opened this issue 3 years ago • 0 comments

When trying to use it under TypeScript environment is throwing these errors.

Could not find a declaration file for module 'highcharts-rounded-corners'. '/home/projects/blah/node_modules/highcharts-rounded-corners/rounded-corners.js' implicitly has an 'any' type. Try npm i --save-dev @types/highcharts-rounded-corners if it exists or add a new declaration (.d.ts) file containing declare module 'highcharts-rounded-corners';ts(7016)

totszwai avatar Oct 26 '21 04:10 totszwai