UNPKG

@almacareer/cookie-consent-manager

Version:

Cookie Consent Manager mainly for Alma Career products

7 lines (6 loc) 294 B
import { CookieValue, UserPreferences } from 'vanilla-cookieconsent'; /** * Submit information about consent level given by the user. */ declare function submitConsent(consentCollectorApiUrl: string, cookie: CookieValue, userPreferences: UserPreferences): void; export default submitConsent;