@chaibuilder/sdk 2.0.0-beta.24 → 2.0.0-beta.25

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
@@ -593,6 +593,8 @@ export declare const useUpdateBlocksProps: () => (blockIds: Array<string>, props
593
593
 
594
594
  export declare const useUpdateBlocksPropsRealtime: () => (blockIds: Array<string>, props: Record<string, any>) => void;
595
595
 
596
+ export declare const useWrapperBlock: () => any;
597
+
596
598
  declare type VariableKey = string;
597
599
 
598
600
  export { }