UNPKG

@wangeditor-next/editor

Version:
6 lines (5 loc) 160 B
/** * @description sanitize html before parsing/importing into editor * @author Codex */ export declare function defaultSanitizeHtml(html?: string): string;