@reeverdev/ui 0.2.86 → 0.2.87

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -4033,6 +4033,7 @@ interface NotificationCenterContextValue {
4033
4033
  clearAll: () => void;
4034
4034
  open: boolean;
4035
4035
  setOpen: (open: boolean) => void;
4036
+ triggerRef: React$1.RefObject<HTMLButtonElement | null>;
4036
4037
  }
4037
4038
  declare const useNotificationCenter: () => NotificationCenterContextValue;
4038
4039
  interface NotificationCenterProviderProps {
package/dist/index.d.ts CHANGED
@@ -4033,6 +4033,7 @@ interface NotificationCenterContextValue {
4033
4033
  clearAll: () => void;
4034
4034
  open: boolean;
4035
4035
  setOpen: (open: boolean) => void;
4036
+ triggerRef: React$1.RefObject<HTMLButtonElement | null>;
4036
4037
  }
4037
4038
  declare const useNotificationCenter: () => NotificationCenterContextValue;
4038
4039
  interface NotificationCenterProviderProps {