UNPKG

@mantine/code-highlight

Version:

Code highlight with Mantine theme

13 lines (9 loc) 400 B
'use client'; 'use strict'; var core = require('@mantine/core'); const [CodeHighlightContextProvider, useCodeHighlightContext] = core.createSafeContext( "CodeHighlightProvider was not found in the component tree" ); exports.CodeHighlightContextProvider = CodeHighlightContextProvider; exports.useCodeHighlightContext = useCodeHighlightContext; //# sourceMappingURL=CodeHighlight.context.cjs.map