UNPKG

react-smart-editor

Version:
9 lines 344 B
import { ChangeMetadata, CustomElement } from '../types'; /** * Parses HTML to Slate nodes * @param html - HTML string * @param insertMetadata - Change metadata * @returns Slate nodes */ export declare const parseHtmlToNodes: (html: string, insertMetadata: ChangeMetadata) => CustomElement[]; //# sourceMappingURL=parseHtmlToNodes.d.ts.map