MCPcopy
hub / github.com/vercel/next-forge / MessageProps

Interface MessageProps

packages/ai/components/message.tsx:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { twMerge } from "tailwind-merge";
5
6interface MessageProps {
7 data: MessageType;
8 markdown?: ComponentProps<typeof Streamdown>;
9}
10
11export const Message = ({ data, markdown }: MessageProps) => (
12 <div

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected