UNPKG

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

Version:

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

4 lines 260 B
/// <reference types="react" /> import { TazeRenderLeafProps } from "@taze-editor/taze-core"; export declare const Bold: ({ attributes, children, text, leaf, editor, nodeProps, ...props }: TazeRenderLeafProps) => JSX.Element; //# sourceMappingURL=Bold.d.ts.map