import { Value } from "../../slate/editor/TEditor"; import { NoInfer } from "../../types/misc/NoInfer"; import { OverrideByKey } from "../../types/taze/OverrideByKey"; import { TazeEditor } from "../../types/taze/TazeEditor"; import { TazePlugin } from "../../types/plugin/TazePlugin"; /** * Recursive deep merge of each plugin from `overrideByKey` * into plugin with same key (plugin > plugin.plugins). */ export declare const overridePluginsByKey:
= TazeEditor