Skip to content

Commit

Permalink
fix: export createStandAloneSnackbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Aug 3, 2023
1 parent dda15cf commit 9e84807
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/few-poems-matter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@saas-ui/core': patch
'@saas-ui/react': patch
---

Export createStandAloneSnackbar from core package.
1 change: 1 addition & 0 deletions packages/saas-ui-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export {
type UseSnackbarOptions,
type UseSnackbarReturn,
useSnackbar,
createStandAloneSnackbar,
} from './snackbar'
export {
type StepperContentProps,
Expand Down

0 comments on commit 9e84807

Please sign in to comment.