-
Notifications
You must be signed in to change notification settings - Fork 335
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
Export Toast
type
#91
Export Toast
type
#91
Comments
I would also appreciate this. |
Just saying, you can import |
This works , however if "importsNotUsedAsValues": "error" is set in tsconfig.json, this will throw an error on I guess thats because the types file is imported directly, or On a side-note, would also be great to have access to |
It would be great if the
Toast
type was exported from the library.I'm using toast with a function argument like this (simplified example):
which is not possible in TypeScript due to the missing export. In fact, I would appreciate exporting all types declared in
types.d.ts
:-)The text was updated successfully, but these errors were encountered: