@chaibuilder/sdk 2.2.6 → 2.2.8

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
@@ -529,7 +529,7 @@ export declare const useCanvasZoom: () => [number, (args_0: number | RESET | ((p
529
529
  */
530
530
  export declare const useCodeEditor: () => [CodeEditorProps, never];
531
531
 
532
- export declare const useCopyBlockIds: () => [Array<string>, (blockIds: Array<string>) => void];
532
+ export declare const useCopyBlockIds: () => [Array<string>, (blockIds: Array<string>, clonePartialBlocks?: boolean) => void, (blockIds: Array<string>) => boolean];
533
533
 
534
534
  export declare const useCopyToClipboard: () => [CopiedValue, CopyFn];
535
535