css.gg icon indicating copy to clipboard operation
css.gg copied to clipboard

TypeScript declaration file missing

Open sabbir-a9s opened this issue 4 years ago • 1 comments

I get this error in my TypeScript based React project Could not find a declaration file for module 'css.gg'.. @types/css.gg package doesn't exist either. So how do I fix this problem?

sabbir-a9s avatar Aug 12 '21 00:08 sabbir-a9s

the icons file works fine for individual imports: import icon from "css.gg/icons/icons";

For css import this works: import "css.gg/icons/icons.css";

css.gg/index.js indeed does not have a declaration file, so this issue is technically still a bug.

lil5 avatar Oct 21 '23 10:10 lil5