import { Value } from "../../slate/editor/TEditor"; import { TazeEditor } from "../../types/taze/TazeEditor"; import { WithTazePlugin } from "../../types/plugin/TazePlugin"; import { PluginKey } from "../../types/plugin/TazePluginKey"; /** * Get `editor.pluginsByKey` */ export declare const getPluginsByKey:

= TazeEditor>(editor?: E | undefined) => Record>; //# sourceMappingURL=getPluginsByKey.d.ts.map