UNPKG

@spartacus/checkout

Version:

Checkout feature library for Spartacus

5 lines (4 loc) 422 B
import { CheckoutStepsState } from '../checkout-state'; import { CheckoutActions } from './../actions/index'; export declare const initialState: CheckoutStepsState; export declare function reducer(state: CheckoutStepsState | undefined, action: CheckoutActions.CheckoutAction | CheckoutActions.CheckoutClearMiscsData | CheckoutActions.SetPaymentTypeSuccess | CheckoutActions.ReplenishmentOrderActions): CheckoutStepsState;