@mantine/spotlight
Version:
Command center components for react and Mantine
13 lines (9 loc) • 335 B
JavaScript
'use client';
;
var core = require('@mantine/core');
const [SpotlightProvider, useSpotlightContext] = core.createSafeContext(
"Spotlight component was not found in tree"
);
exports.SpotlightProvider = SpotlightProvider;
exports.useSpotlightContext = useSpotlightContext;
//# sourceMappingURL=Spotlight.context.cjs.map