Home > @uniformdev/richtext > renderHtmlElement
renderHtmlElement() function
Signature:
declare function renderHtmlElement(tag: string, attributes: Map<string, string> | null, children?: string): string;
Parameters
Parameter | Type | Description |
---|---|---|
tag | string | |
attributes | Map<string, string> | null | |
children | string | (Optional) |
Returns:
string