teodor-new-chat-ui 4.3.305 → 4.3.306

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.
@@ -1,7 +1,6 @@
1
1
  /**
2
2
  * Message Component - With truncatable tool messages and responsive design
3
3
  */
4
- import React from "react";
5
4
  import type { ChatMessage, DefaultMessage, PendingInterrupt } from "@/types/api";
6
5
  type MessageCheckpointMeta = {
7
6
  id: string;
@@ -49,5 +48,5 @@ export interface MessageComponentProps {
49
48
  defaultCheckpointId?: string | null;
50
49
  messageParentCheckpointId?: string | null;
51
50
  }
52
- export declare const MessageComponent: React.NamedExoticComponent<MessageComponentProps>;
51
+ export declare const MessageComponent: import("react").NamedExoticComponent<MessageComponentProps>;
53
52
  export {};