Skip to content
1 min read · 28 words

Function: renderTrustedContent()

ts
function renderTrustedContent(
  content: string,
  attrs: TrustedContentAttrs,
): string;

Parameters

ParameterType
contentstring
attrsTrustedContentAttrs

Returns

string