UNPKG

@spartacus/core

Version:

Spartacus - the core framework

5 lines (4 loc) 347 B
import { MemoizedSelector } from '@ngrx/store'; import { StateWithAnonymousConsents } from '../anonymous-consents-state'; export declare const getAnonymousConsentTemplatesUpdate: MemoizedSelector<StateWithAnonymousConsents, boolean>; export declare const getAnonymousConsentsBannerDismissed: MemoizedSelector<StateWithAnonymousConsents, boolean>;