MCPcopy
hub / github.com/callstack/react-native-paper / MarkdownProps

Interface MarkdownProps

docs/src/components/Markdown.tsx:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3const { marked } = require('marked');
4
5interface MarkdownProps {
6 content: string;
7}
8
9export default function Markdown({ content }: MarkdownProps) {
10 const html = marked(content);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…