-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[🐞] V2: Important types like SVGAttributes
are not exported
#7212
Comments
What expectation do you want ? |
I expect to be able to import Qwik's JSX TS types somehow. Otherwise, I am forced to manually copy them into my project. |
@fabian-hiller care to make a PR? It's just a few lines and running API.update |
I could do it if @fabian-hiller isn't available |
the |
@JerryWu1234 feel free to do so. I have a lot going on at the moment. |
Which component is affected?
Qwik Runtime
Describe the bug
In some components like this one I need to access the generated JSX types but they are not exported in the build of Qwik core in
dist/core-internal.d.ts
.Reproduction
https://stackblitz.com/edit/github-o2f6fj9n?file=src%2Fcomponents%2FCheckIcon.tsx
Steps to reproduce
No response
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: