UNPKG

@spartacus/core

Version:

Spartacus - the core framework

4 lines (3 loc) 215 B
import { MemoizedSelector } from '@ngrx/store'; import { SiteContextState, StateWithSiteContext } from '../state'; export declare const getSiteContextState: MemoizedSelector<StateWithSiteContext, SiteContextState>;