import { Value } from "../../slate/editor/TEditor"; import { TazeEditor } from "../../types/taze/TazeEditor"; import { TazePlugin, PluginOptions } from "../../types/plugin/TazePlugin"; import { TazePluginComponent } from "../../types/plugin/TazePluginComponent"; import { OverrideByKey } from "../../types"; export declare const createPlugins: = TazeEditor>(plugins: TazePlugin[], { components, overrideByKey }?: { /** * Override plugin component by key. */ components?: Record> | undefined; /** * Override plugin by key. */ overrideByKey?: OverrideByKey | undefined; }) => TazePlugin[]; //# sourceMappingURL=createPlugins.d.ts.map