@chaibuilder/sdk 2.5.5 → 2.5.7

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/core.d.ts CHANGED
@@ -639,6 +639,8 @@ export declare const useInlineEditing: () => {
639
639
  setEditingItemIndex: (args_0: number | ((prev: number) => number)) => void;
640
640
  };
641
641
 
642
+ export declare const useIsPageLoaded: () => boolean;
643
+
642
644
  export declare const useLanguages: () => {
643
645
  languages: any[];
644
646
  fallbackLang: string;