@wdprlib/render
    Preparing search index...

    Interface WikitextRenderArtifacts

    interface WikitextRenderArtifacts {
        html: string;
        htmlBlocks: RenderedHtmlBlock[];
        styles: string[];
    }
    Index

    Properties

    html: string
    htmlBlocks: RenderedHtmlBlock[]
    styles: string[]