Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
import { Markdown } from
'./Markdown'
;
3
4
interface UserMessageProps {
5
content: string;
6
}
7
8
export function UserMessage({ content }: UserMessageProps) {
9
return (
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected