MCPcopy Create free account
hub / github.com/stackblitz/bolt.new / UserMessageProps

Interface UserMessageProps

app/components/chat/UserMessage.tsx:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { Markdown } from './Markdown';
3
4interface UserMessageProps {
5 content: string;
6}
7
8export function UserMessage({ content }: UserMessageProps) {
9 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected