headless-commerce
Preparing search index...
lib/cart/cart-store
CartProviderProps
Interface CartProviderProps
Cart provider options used by the application shell and component tests.
interface
CartProviderProps
{
children
:
ReactNode
;
initialState
?:
CartState
;
persist
?:
boolean
;
}
Index
Properties
children
initial
State?
persist?
Properties
Readonly
children
children
:
ReactNode
Optional
Readonly
initial
State
initialState
?:
CartState
Optional
Readonly
persist
persist
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
initial
State
persist
headless-commerce
Loading...
Cart provider options used by the application shell and component tests.