import { Value } from "../../slate/editor/TEditor"; import { TazeEditor } from "../../types/taze/TazeEditor"; import { TazePlugin } from "../../types/plugin/TazePlugin"; /** * Recursively merge plugin.plugins into editor.plugins and editor.pluginsByKey */ export declare const flattenDeepPlugins: (editor: TazeEditor, plugins?: TazePlugin<{}, V, TazeEditor, any>[] | undefined) => void; //# sourceMappingURL=flattenDeepPlugins.d.ts.map