@frigade/react 1.38.20 → 1.38.21

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
@@ -263,6 +263,7 @@ declare function useFlows(): {
263
263
  setHasActiveFullPageFlow: React.Dispatch<React.SetStateAction<boolean>>;
264
264
  isFlowAvailableToUser: (flowId: string) => boolean;
265
265
  refresh: () => void;
266
+ isDegraded: boolean;
266
267
  };
267
268
 
268
269
  interface FlowResponse {