UNPKG

@mantine/spotlight

Version:

Command center components for react and Mantine

13 lines (9 loc) 335 B
'use client'; 'use strict'; 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