Variable: defaultRenderTrustedContent
ts
const defaultRenderTrustedContent: (
content: string,
attrs: TrustedContentAttrs,
) => string = renderTrustedContent;Parameters
| Parameter | Type |
|---|---|
content | string |
attrs | TrustedContentAttrs |
Returns
string