Exposes markdown rendering as a constrained UI component where only children is model-controlled.
API
declare function exposeMarkdown(
config?: ExposeMarkdownConfig ,
): ExposedComponent <
| typeof ɵExposedMarkdownComponent
| typeof ɵExposedMarkdownCustomRendererComponent
>;exposeMarkdown
ExposedComponent<typeof ɵExposedMarkdownComponent | typeof ɵExposedMarkdownCustomRendererComponent>@optionalconfig:ExposeMarkdownConfig@returnsExposedComponent<typeof ɵExposedMarkdownComponent | typeof ɵExposedMarkdownCustomRendererComponent>