UNPKG

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

Version:

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

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