@mantine/code-highlight
Version:
Code highlight with Mantine theme
8 lines (7 loc) • 466 B
JavaScript
"use client";
//#region packages/@mantine/code-highlight/src/CodeHighlight/CodeHighlight.context.ts
const [CodeHighlightContextProvider, useCodeHighlightContext] = (0, require("@mantine/core").createSafeContext)("CodeHighlightProvider was not found in the component tree");
//#endregion
exports.CodeHighlightContextProvider = CodeHighlightContextProvider;
exports.useCodeHighlightContext = useCodeHighlightContext;
//# sourceMappingURL=CodeHighlight.context.cjs.map