@moontra/moonui-pro 2.33.11 → 2.33.12

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.ts CHANGED
@@ -144,7 +144,7 @@ interface SubscriptionContextType {
144
144
  declare function SubscriptionProvider({ children }: {
145
145
  children: ReactNode;
146
146
  }): react_jsx_runtime.JSX.Element;
147
- declare function useSubscriptionContext(): SubscriptionContextType;
147
+ declare function useSubscriptionContext(): SubscriptionContextType | undefined;
148
148
 
149
149
  /**
150
150
  * MoonUI Pro Cache Helper Utilities