UNPKG

@mantine/spotlight

Version:

Command center components for react and Mantine

10 lines (7 loc) 282 B
'use client'; import { createSafeContext } from '@mantine/core'; const [SpotlightProvider, useSpotlightContext] = createSafeContext( "Spotlight component was not found in tree" ); export { SpotlightProvider, useSpotlightContext }; //# sourceMappingURL=Spotlight.context.mjs.map