import { Value } from "../../slate/editor/TEditor"; import { TazeEditor } from "../../types/taze/TazeEditor"; import { WithTazePlugin } from "../../types/plugin/TazePlugin"; /** * Recursively merge nested plugins into the root plugins */ export declare const mergeDeepPlugins: = TazeEditor, P extends WithTazePlugin<{}, V, E, any> = WithTazePlugin<{}, V, E, any>>(editor: E, _plugin: P) => P; //# sourceMappingURL=mergeDeepPlugins.d.ts.map