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 plugin options by plugin key. */ export declare const getPlugin:

= TazeEditor>(editor: E, key: PluginKey) => WithTazePlugin; //# sourceMappingURL=getPlugin.d.ts.map