@mantine/tiptap
Version:
Rich text editor based on tiptap
9 lines (8 loc) • 465 B
JavaScript
"use client";
require("./_virtual/_rolldown/runtime.cjs");
//#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