css.gg
css.gg copied to clipboard
TypeScript declaration file missing
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?
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.