UNPKG
cart
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Headless cart management library
github.com/mcnaveen/cart
mcnaveen/cart
cart
/
lib
/
index.d.ts
4 lines
(3 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
export
{
CartItems
,
CartState
, setCartStoreName, setCartStoreType, useCart, withSSR }
from
'./cart.js'
;
import
'zustand/middleware'
;
import
'zustand'
;