@mantir/headless-view 0.1.10 → 0.1.12

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.mts CHANGED
@@ -155,6 +155,7 @@ interface HeadlessExecutorProps {
155
155
  className?: string;
156
156
  onResult?: (result: any) => void;
157
157
  onDone?: () => void;
158
+ onMessage?: (message: any) => void;
158
159
  initialInput?: string;
159
160
  }
160
161
  declare const HeadlessExecutor: React.FC<HeadlessExecutorProps>;
package/dist/index.d.ts CHANGED
@@ -155,6 +155,7 @@ interface HeadlessExecutorProps {
155
155
  className?: string;
156
156
  onResult?: (result: any) => void;
157
157
  onDone?: () => void;
158
+ onMessage?: (message: any) => void;
158
159
  initialInput?: string;
159
160
  }
160
161
  declare const HeadlessExecutor: React.FC<HeadlessExecutorProps>;