@axiom-lattice/react-sdk 2.1.29 → 2.1.30

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
@@ -435,14 +435,14 @@ type AgentChatProps = {
435
435
  } & ChatingProps;
436
436
  declare const LatticeChat: React__default.FC<AgentChatProps>;
437
437
 
438
- declare const MDResponse: ({ content, context, embeddedLink, interactive, userData, noGenUI, }: {
438
+ declare const MDResponse: React__default.MemoExoticComponent<({ content, context, embeddedLink, interactive, userData, noGenUI, }: {
439
439
  context?: any;
440
440
  content: string;
441
441
  embeddedLink?: boolean;
442
442
  interactive?: boolean;
443
443
  userData?: any;
444
444
  noGenUI?: boolean;
445
- }) => react_jsx_runtime.JSX.Element;
445
+ }) => react_jsx_runtime.JSX.Element>;
446
446
  declare const MDViewFormItem: ({ value }: {
447
447
  value?: string;
448
448
  }) => react_jsx_runtime.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -435,14 +435,14 @@ type AgentChatProps = {
435
435
  } & ChatingProps;
436
436
  declare const LatticeChat: React__default.FC<AgentChatProps>;
437
437
 
438
- declare const MDResponse: ({ content, context, embeddedLink, interactive, userData, noGenUI, }: {
438
+ declare const MDResponse: React__default.MemoExoticComponent<({ content, context, embeddedLink, interactive, userData, noGenUI, }: {
439
439
  context?: any;
440
440
  content: string;
441
441
  embeddedLink?: boolean;
442
442
  interactive?: boolean;
443
443
  userData?: any;
444
444
  noGenUI?: boolean;
445
- }) => react_jsx_runtime.JSX.Element;
445
+ }) => react_jsx_runtime.JSX.Element>;
446
446
  declare const MDViewFormItem: ({ value }: {
447
447
  value?: string;
448
448
  }) => react_jsx_runtime.JSX.Element;