UNPKG

@visitscotland/component-library

Version:
14 lines (13 loc) 366 B
export default cookieCheckerMixin; declare namespace cookieCheckerMixin { function data(): { timesRun: number; cookiesInitStatus: boolean; mockCookiesExist: boolean; }; namespace computed { function cookiesSet(): any[]; function onetrustActiveGroups(): any[]; function requiredCookiesExist(): any; } }