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

fix: missing exported types #459

Merged
merged 1 commit into from
Jun 25, 2024
Merged

fix: missing exported types #459

merged 1 commit into from
Jun 25, 2024

Conversation

alex-mcgovern
Copy link
Contributor

Issue:

Closes #455

What has been done:

Added these exports from src/index.tsx:

export { type ToastClassnames, type ToastToDismiss, type Action } from './types';

And the interface Action is now exported from src/types.ts

export interface Action { .. }

Validation

The issue reported in #455 is now resolved for me.

Copy link

vercel bot commented Jun 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sonner ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 23, 2024 9:23am

@emilkowalski emilkowalski merged commit 9c2591d into emilkowalski:main Jun 25, 2024
2 checks passed
@alex-mcgovern
Copy link
Contributor Author

Hey @emilkowalski thanks for merging, could we get a patch version pretty please? 🙏🙏🙏 I have a dependent library that can't upgrade because of this.

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

Successfully merging this pull request may close these issues.

Export all types
2 participants