UNPKG

ngx-editor

Version:

The Rich Text Editor for Angular, Built on ProseMirror

6 lines (5 loc) 326 B
import type { TrustedTypePolicyFactory, TrustedHTML } from 'trusted-types/lib'; export declare const getTrustedTypes: () => TrustedTypePolicyFactory | undefined; export declare const isTrustedHtml: (value: unknown) => boolean; export declare const isHtml: (value: unknown) => boolean; export type HTML = string | TrustedHTML;