UNPKG

@mantine/code-highlight

Version:

Code highlight with Mantine theme

10 lines (7 loc) 332 B
'use client'; import { createSafeContext } from '@mantine/core'; const [CodeHighlightContextProvider, useCodeHighlightContext] = createSafeContext( "CodeHighlightProvider was not found in the component tree" ); export { CodeHighlightContextProvider, useCodeHighlightContext }; //# sourceMappingURL=CodeHighlight.context.mjs.map