Skip to content

Commit

Permalink
Rollback default icon exports made by release 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlalmes authored Jun 25, 2021
1 parent 9b481f0 commit e81cc38
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

0 comments on commit e81cc38

Please sign in to comment.