@mantine/tiptap
Version:
Rich text editor based on tiptap
8 lines (7 loc) • 420 B
JavaScript
"use client";
//#region packages/@mantine/tiptap/src/RichTextEditor.context.ts
const [RichTextEditorProvider, useRichTextEditorContext] = (0, require("@mantine/core").createSafeContext)("RichTextEditor component was not found in tree");
//#endregion
exports.RichTextEditorProvider = RichTextEditorProvider;
exports.useRichTextEditorContext = useRichTextEditorContext;
//# sourceMappingURL=RichTextEditor.context.cjs.map