UNPKG

opencoder

Version:
9 lines (8 loc) 320 B
import type { ToolModule } from "@/tools/tools.js"; import type { UIMessage } from "ai"; import React from "react"; export declare const ChatMessage: React.NamedExoticComponent<{ message: UIMessage; streamingToolUIRef: React.RefObject<Record<string, React.ReactNode>>; tools: Record<string, ToolModule>; }>;