renderHtml() Function
Convert a value to HTML.
Signature
export declare function renderHtml(html: Html): string;
Parameters
Parameter | Type | Description |
---|---|---|
html | Html | |
(Returns) | string |
Convert a value to HTML.
export declare function renderHtml(html: Html): string;
Parameter | Type | Description |
---|---|---|
html | Html | |
(Returns) | string |