UNPKG
v8-ui-product-cards
Version:
latest (0.0.1)
0.0.1
A product-card component lib for v8 storefront apps
v8-ui-product-cards
/
build
/
Context
/
index.d.ts
5 lines
(4 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
5
import
*
as
React
from
"react"
;
import
{
IContextObject
}
from
"./interfaces"
;
declare
const
SharedContext
:
React
.
Context
<
IContextObject
>;
export
default
SharedContext
;