Skip to content

Interface: BuildHtmlResult

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

What buildHtml produced.

Properties

entries

ts
entries: CssDocEntry[];

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


indexPath

ts
indexPath: string;

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


pages

ts
pages: string[];

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

Released under the MIT License