UNPKG

@spartacus/core

Version:

Spartacus - the core framework

5 lines (4 loc) 270 B
import { SiteContextActions } from '../actions/index'; import { CurrenciesState } from '../state'; export declare const initialState: CurrenciesState; export declare function reducer(state: CurrenciesState, action: SiteContextActions.CurrenciesAction): CurrenciesState;