Interface HtmlProps

interface HtmlProps {
    html: string;
}

Properties

Properties

html: string