interface RenderedValue {
    html?: string;
}

Properties

Properties

html?: string