UNPKG

@empoleon/spotlight

Version:

Command center components for react and Empoleon

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