UNPKG

@spartacus/core

Version:

Spartacus - the core framework

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