Skip to content

Commit

Permalink
feat(Snackbar): Added hook and provider exports DEV-253
Browse files Browse the repository at this point in the history
  • Loading branch information
giubatt committed Jul 5, 2021
1 parent dfd4937 commit 8376a08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ export type { SelectProps } from "./Select/Select"

export { default as Snackbar } from "./Snackbar/Snackbar"
export type { SnackbarProps } from "./Snackbar/Snackbar"
export { default as SnackbarProvider } from "./Snackbar/context/SnackbarProvider"
export type { SnackbarProviderProps } from "./Snackbar/context/SnackbarProvider"
export { useSnackbar } from "./Snackbar/hooks/useSnackbar"

export { default as Spinner } from "./Spinner/Spinner"
export type { SpinnerProps } from "./Spinner/Spinner"
Expand Down

0 comments on commit 8376a08

Please sign in to comment.