Skip to content

Commit

Permalink
update: Added DokanToaster and renamed Toast as useToast (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
shohag121 authored Oct 24, 2024
1 parent fac6fa8 commit 59e4d68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export { default as Loader } from './components/Loader';
export { default as MaskedInput } from './components/MaskedInput';
export { default as ConfirmModal } from './components/ConfirmModal';
export { default as ErrorMessage } from './components/ErrorMessage';
export { default as Toast } from './components/use-toast.tsx';
export { default as useToast } from './components/use-toast.tsx';
export { Toaster as DokanToaster } from 'react-hot-toast';

// Icons
export { default as ErrorIcon } from './components/icons/ErrorIcon';
Expand Down

0 comments on commit 59e4d68

Please sign in to comment.