Skip to content

Commit

Permalink
modify export
Browse files Browse the repository at this point in the history
  • Loading branch information
hervedombya committed Sep 18, 2023
1 parent 0b87754 commit a98be7d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,9 @@ export { Form, FormSection, FormGroup } from './components/form/Form.component';
export { FormattedDateTime } from './components/date/FormattedDateTime';
export { IconHelp } from './components/IconHelper';
export { Dropzone } from './components/dropzone/Dropzone';
export { Toast } from './components/toast/Toast.component';
export { Toasts } from './components/toast/Toasts.component';
export {
Toast,
ToastProps,
ToastStatus,
} from './components/toast/Toast.component';
export { Toasts, ToastsProps } from './components/toast/Toasts.component';

0 comments on commit a98be7d

Please sign in to comment.