import { Value } from "../slate/editor/TEditor"; import { TazeEditor } from "../types/taze/TazeEditor"; export declare const KEY_INLINE_VOID = "inline-void"; /** * Merge and register all the inline types and void types from the plugins and options, * using `editor.isInline` and `editor.isVoid` */ export declare const withInlineVoid: = TazeEditor>(editor: E) => E; /** * @see {@link withInlineVoid} */ export declare const createInlineVoidPlugin: = TazeEditor>(override?: Partial, OV, OE, any>> | undefined, overrideByKey?: import("..").OverrideByKey) => import("..").TazePlugin, OV, OE, any>; //# sourceMappingURL=createInlineVoidPlugin.d.ts.map