@reeverdev/ui 0.2.86 → 0.2.88
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.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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 {
|