UNPKG

@it-corp/vpbank-spotlight

Version:

Command center components for react and VPbank components

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