UNPKG

redoc

Version:
8 lines (7 loc) 246 B
/// <reference types="react" /> import { StylingMarkdownProps } from './Markdown'; export declare function SanitizedMarkdownHTML(props: StylingMarkdownProps & { html: string; className?: string; 'data-role'?: string; }): JSX.Element;