Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeScript declaration file missing #73

Open
sabbir-a9s opened this issue Aug 12, 2021 · 1 comment
Open

TypeScript declaration file missing #73

sabbir-a9s opened this issue Aug 12, 2021 · 1 comment

Comments

@sabbir-a9s
Copy link

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?

@lil5
Copy link

lil5 commented Oct 21, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants