Skip to content

Function: renderPage()

ts
function renderPage(entry, options?): string;

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

Render one record to a standalone HTML page.

Parameters

entry

CssDocEntry

options?

indexHref?

string

Returns

string

Released under the MIT License