UNPKG

@empoleon/spotlight

Version:

Command center components for react and Empoleon

10 lines (6 loc) 318 B
'use strict'; var core = require('@empoleon/core'); const [SpotlightProvider, useSpotlightContext] = core.createSafeContext("Spotlight component was not found in tree"); exports.SpotlightProvider = SpotlightProvider; exports.useSpotlightContext = useSpotlightContext; //# sourceMappingURL=Spotlight.context.cjs.map