UNPKG

@spartacus/order

Version:

Order feature library for Spartacus

5 lines (4 loc) 304 B
import { ReplenishmentOrder } from '@spartacus/core'; import { OrderActions } from '../actions/index'; export declare const initialState: ReplenishmentOrder; export declare function reducer(state: ReplenishmentOrder | undefined, action: OrderActions.ReplenishmentOrderDetailsAction): ReplenishmentOrder;