UNPKG

@spartacus/core

Version:

Spartacus - the core framework

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