Skip to content
1 min read · 28 words

Variable: defaultRenderTrustedContent

ts
const defaultRenderTrustedContent: (
  content: string,
  attrs: TrustedContentAttrs,
) => string = renderTrustedContent;

Parameters

ParameterType
contentstring
attrsTrustedContentAttrs

Returns

string