UNPKG

@mantine/tiptap

Version:

Rich text editor based on tiptap

5 lines (4 loc) 341 B
import { BoxProps, ElementProps } from '@mantine/core'; export interface RichTextEditorSourceCodeControlProps extends BoxProps, ElementProps<'button'> { } export declare const RichTextEditorSourceCodeControl: import("react").ForwardRefExoticComponent<RichTextEditorSourceCodeControlProps & import("react").RefAttributes<HTMLButtonElement>>;