UNPKG

slate

Version:

A completely customizable framework for building rich text editors.

7 lines 288 B
import { WithEditorFirstArg } from '../utils/types'; import { Editor } from '../interfaces/editor'; /** * Get the "dirty" paths generated from an operation. */ export declare const getDirtyPaths: WithEditorFirstArg<Editor['getDirtyPaths']>; //# sourceMappingURL=get-dirty-paths.d.ts.map