MarkupPropsinterface
{
children?: string | undefined;
}| Property | Type | |
|---|---|---|
.children | string | The source string to parse and render. |
Props for <Markup> — extends MarkupOptions so callers can override rules, rel, url, root, or schemes directly.