@superinterface/react 3.27.0 → 3.27.1
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 +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +32 -23
- package/dist/index.d.ts +32 -23
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -37692,6 +37692,9 @@ __export(index_exports, {
|
|
|
37692
37692
|
SourceAnnotation: function() {
|
|
37693
37693
|
return SourceAnnotation;
|
|
37694
37694
|
},
|
|
37695
|
+
StartingSkeleton: function() {
|
|
37696
|
+
return StartingSkeleton;
|
|
37697
|
+
},
|
|
37695
37698
|
Suggestions: function() {
|
|
37696
37699
|
return Suggestions;
|
|
37697
37700
|
},
|
|
@@ -51252,6 +51255,7 @@ var AssistantProvider = function(t0) {
|
|
|
51252
51255
|
MessageGroup: MessageGroup,
|
|
51253
51256
|
RunStep: RunStep,
|
|
51254
51257
|
SourceAnnotation: SourceAnnotation,
|
|
51258
|
+
StartingSkeleton: StartingSkeleton,
|
|
51255
51259
|
Suggestions: Suggestions,
|
|
51256
51260
|
SuperinterfaceProvider: SuperinterfaceProvider,
|
|
51257
51261
|
Thread: Thread,
|