UNPKG

@spartacus/core

Version:

Spartacus - the core framework

4 lines (3 loc) 185 B
import { MemoizedSelector } from '@ngrx/store'; import { StateWithUser, UserState } from '../user-state'; export declare const getUserState: MemoizedSelector<StateWithUser, UserState>;