import { Value } from "../../slate/editor/TEditor"; import { TEditableProps } from "../../slate/types/TEditableProps"; import { TazeEditor } from "../../types/taze/TazeEditor"; /** * @see {@link Decorate}. * Optimization: return undefined if empty list so Editable uses a memo. */ export declare const pipeDecorate: (editor: TazeEditor, decorateProp?: ((entry: import("../..").ENodeEntry) => import("slate").BaseRange[]) | undefined) => ((entry: import("../..").ENodeEntry) => import("slate").BaseRange[]) | undefined; //# sourceMappingURL=pipeDecorate.d.ts.map