UNPKG
@it-corp/vpbank-spotlight
Version:
latest (0.1.2)
0.1.2
0.1.1
Command center components for react and VPbank components
@it-corp/vpbank-spotlight
/
esm
/
Spotlight.context.mjs
10 lines
(7 loc)
•
289 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'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