UNPKG

@visitscotland/component-library

Version:
14 lines (13 loc) 379 B
export default cookieCheckerMixin; declare namespace cookieCheckerMixin { function data(): { bypassCookiesExist: boolean; }; namespace computed { function onetrustActiveGroups(): any; function requiredCookiesExist(): any; function cookiesInitStatus(): any; let cookiesSet: () => string[]; } function mounted(): void; }