MCPcopy Create free account
hub / github.com/sqlchat/sqlchat / MarkdownRendererProps

Interface MarkdownRendererProps

src/components/MarkdownRenderer.tsx:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import ReactMarkdown from "react-markdown";
3
4interface MarkdownRendererProps {
5 url: string;
6}
7
8function MarkdownRenderer(props: MarkdownRendererProps) {
9 const [markdown, setMarkdown] = useState<string>("");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected