Interface RenderOptions

Opções para renderização de HTML

interface RenderOptions {
    html: string;
}

Properties

Properties

html: string

Código HTML para renderizar