UNPKG

@taze-editor/taze-plugin-basic-marks

Version:

Basic marks plugin for Taze Editor (includes bold, italic, underline etc.)

7 lines 871 B
import { ToggleMarkPlugin } from "@taze-editor/taze-core"; export declare const MARK_BOLD = "bold"; /** * Enables support for bold formatting */ export declare const createBoldPlugin: <OP = ToggleMarkPlugin<import("@taze-editor/taze-core").Value, keyof import("@taze-editor/taze-core").TText>, OV extends import("@taze-editor/taze-core").Value = import("@taze-editor/taze-core").Value, OE extends import("@taze-editor/taze-core").TazeEditor<OV> = import("@taze-editor/taze-core").TazeEditor<OV>>(override?: Partial<import("@taze-editor/taze-core").TazePlugin<import("@taze-editor/taze-core").NoInfer<OP>, OV, OE, any>> | undefined, overrideByKey?: import("@taze-editor/taze-core").OverrideByKey<OV, OE> | undefined) => import("@taze-editor/taze-core").TazePlugin<import("@taze-editor/taze-core").NoInfer<OP>, OV, OE, any>; //# sourceMappingURL=createBoldPlugin.d.ts.map