@athenaintel/react 0.10.1 → 0.10.3

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
@@ -1095,6 +1095,8 @@ export declare function truncate(text: string, max: number): string;
1095
1095
 
1096
1096
  export declare function tryParseJson(text: string): Record<string, unknown> | null;
1097
1097
 
1098
+ export declare const UpdateSheetRangeToolUI: ToolCallMessagePartComponent;
1099
+
1098
1100
  export declare interface UploadedAsset {
1099
1101
  id: string;
1100
1102
  title: string;