@taze-editor/taze-plugin-basic-marks
Version:
Basic marks plugin for Taze Editor (includes bold, italic, underline etc.)
7 lines • 897 B
TypeScript
import { ToggleMarkPlugin } from "@taze-editor/taze-core";
export declare const MARK_SUBSCRIPT = "subscript";
/**
* Enables support for subscript formatting.
*/
export declare const createSubscriptPlugin: <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=createSubscriptPlugin.d.ts.map