interface CartProps {
    initialState?: CartInitialState;
}

Properties

Properties

initialState?: CartInitialState

The initial state to apply to this Cart controller.