Function: renderTrustedContent()
ts
function renderTrustedContent(
content: string,
attrs: TrustedContentAttrs,
): string;Parameters
| Parameter | Type |
|---|---|
content | string |
attrs | TrustedContentAttrs |
Returns
string