UNPKG

@mantine/tiptap

Version:

Rich text editor based on tiptap

8 lines (7 loc) 388 B
import { BoxProps, ElementProps } from '@mantine/core'; export interface RichTextEditorSourceCodeControlProps extends BoxProps, ElementProps<'button'> { } export declare function RichTextEditorSourceCodeControl(props: RichTextEditorSourceCodeControlProps): import("react/jsx-runtime").JSX.Element; export declare namespace RichTextEditorSourceCodeControl { var displayName: string; }