UNPKG

@mantine/code-highlight

Version:

Code highlight with Mantine theme

8 lines (7 loc) 425 B
"use client"; import { createSafeContext } from "@mantine/core"; //#region packages/@mantine/code-highlight/src/CodeHighlight/CodeHighlight.context.ts const [CodeHighlightContextProvider, useCodeHighlightContext] = createSafeContext("CodeHighlightProvider was not found in the component tree"); //#endregion export { CodeHighlightContextProvider, useCodeHighlightContext }; //# sourceMappingURL=CodeHighlight.context.mjs.map