Skip to content

Commit

Permalink
fix(react-notifications): export provider props
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsdaniels committed Jul 9, 2024
1 parent bf59bb3 commit f87c1c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/kind-apricots-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@codedazur/react-notifications": patch
---

The NotificationsProviderProps are now exported.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ interface ClearAction {

type Actions = AddAction | RemoveAction | ClearAction;

interface NotificationsProviderProps {
export interface NotificationsProviderProps {
autoDismiss?: MaybeGrouped<AutoDismiss>;
limit?: MaybeGrouped<Limit>;
children?: ReactNode;
Expand Down

0 comments on commit f87c1c0

Please sign in to comment.