UNPKG

mui-tiptap

Version:

A Material-UI (MUI) styled WYSIWYG rich text editor, using Tiptap

5 lines (4 loc) 240 B
/// <reference types="react" /> import type { Editor } from "@tiptap/react"; export declare const RichTextEditorContext: import("react").Context<Editor | null | undefined>; export declare function useRichTextEditorContext(): Editor | null;