-
Notifications
You must be signed in to change notification settings - Fork 1
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
Exporting of TypeScript types? #22
Comments
The types are definitely supposed to be exported. I was able to see them when developing in the demo app, for instance. I have to look into this |
Thanks for the quick reply @babichjacob, this is what I see in a fairly new Kit project: |
@babichjacob any luck with this? |
Sorry for the delay. I just found out that you can get the types and JSDoc hints to work in TypeScript projects by adding This isn't amazing, so I might have to look into another solution from the library's side instead of consumer's. |
This has been added to the |
Is there plans to export the TS types for this package? I see there is some typing in the source, but when consuming the package in SvelteKit, the types aren't making their way over.
The text was updated successfully, but these errors were encountered: