@mantine/spotlight
Version:
Command center components for react and Mantine
8 lines (7 loc) • 352 B
JavaScript
"use client";
import { createSafeContext } from "@mantine/core";
//#region packages/@mantine/spotlight/src/Spotlight.context.ts
const [SpotlightProvider, useSpotlightContext] = createSafeContext("Spotlight component was not found in tree");
//#endregion
export { SpotlightProvider, useSpotlightContext };
//# sourceMappingURL=Spotlight.context.mjs.map