-
Notifications
You must be signed in to change notification settings - Fork 145
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
feat: Export missing type definitions #62
Comments
Hey @ieedan! It's exported as |
Ah I see that now I was looking at the function signature... What about |
It is missing but its not as critical // dist/swapy.d.ts 38
declare type SwapEventObject = Record<string, string | null>; |
ieedan
changed the title
feat: Export SwapyApi interface or type
feat: Export missing type definitions
Sep 19, 2024
@ieedan thanks for pointing this out. I'll add it in upcoming releases :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now its not possible to do something like this in svelte.
Export
SwapyApi
interface to allow consumers to store the variable at a different closure.Happy to open a PR for this one later!
The text was updated successfully, but these errors were encountered: