UNPKG

@wangeditor-next/yjs-for-react

Version:

React specific components/utils for wangeditor-next-yjs.

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