UNPKG

@spartacus/core

Version:

Spartacus - the core framework

4 lines (3 loc) 263 B
import { MemoizedSelector } from '@ngrx/store'; import { AnonymousConsentsState, StateWithAnonymousConsents } from '../anonymous-consents-state'; export declare const getAnonymousConsentState: MemoizedSelector<StateWithAnonymousConsents, AnonymousConsentsState>;