@athenaintel/react 0.10.1 → 0.10.2
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.cjs +282 -97
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +282 -97
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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;
|