@chaibuilder/sdk 2.0.0-beta.20 → 2.0.0-beta.22

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
@@ -398,7 +398,7 @@ export declare const useAskAi: () => {
398
398
  };
399
399
 
400
400
  export declare const useBlockHighlight: () => {
401
- highlightBlock: (blockId: string) => void;
401
+ highlightBlock: (elementOrID: HTMLElement | string) => void;
402
402
  clearHighlight: () => void;
403
403
  lastHighlighted: HTMLElement;
404
404
  };