UNPKG

slate

Version:

A completely customizable framework for building rich text editors.

4 lines 225 B
import { WithEditorFirstArg } from '../utils/types'; import { Editor } from '../interfaces/editor'; export declare const normalizeNode: WithEditorFirstArg<Editor['normalizeNode']>; //# sourceMappingURL=normalize-node.d.ts.map