interface TransformOptions {
    html?: boolean;
    ssr?: boolean;
}

Properties

Properties

html?: boolean
ssr?: boolean