UNPKG

@mantine/tiptap

Version:

Rich text editor based on tiptap

8 lines (7 loc) 384 B
"use client"; import { createSafeContext } from "@mantine/core"; //#region packages/@mantine/tiptap/src/RichTextEditor.context.ts const [RichTextEditorProvider, useRichTextEditorContext] = createSafeContext("RichTextEditor component was not found in tree"); //#endregion export { RichTextEditorProvider, useRichTextEditorContext }; //# sourceMappingURL=RichTextEditor.context.mjs.map