Skip to content

Commit

Permalink
Merge pull request #99 from jlalmes/export-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
timolins committed Jul 15, 2021
2 parents 0d417d9 + e81cc38 commit d7a335e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ export { ToastBar } from './components/toast-bar';
export { ToastIcon } from './components/toast-icon';
export { Toaster } from './components/toaster';
export { useStore as useToasterStore } from './core/store';
export { CheckmarkIcon } from './components/checkmark';
export { ErrorIcon } from './components/error';
export { LoaderIcon } from './components/loader';
export { resolveValue } from './core/types';

export type ToastOptions = _ToastOptions;
Expand Down

1 comment on commit d7a335e

@vercel
Copy link

@vercel vercel bot commented on d7a335e Jul 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.