Skip to content

Interface: BuildHtmlResult

Defined in: emitters/html/src/index.ts:228

What buildHtml produced.

Properties

entries

ts
entries: CssDocEntry[];

Defined in: emitters/html/src/index.ts:229


indexPath

ts
indexPath: string;

Defined in: emitters/html/src/index.ts:231


pages

ts
pages: string[];

Defined in: emitters/html/src/index.ts:230

Released under the MIT License