@visitscotland/component-library
Version:
VisitScotland Component Library
12 lines (11 loc) • 558 B
TypeScript
export default class OneTrustVS {
fallbacks: any[];
init: () => void;
instaOT: (otCategory: any, module: any, fallback: any, container: any, position?: any) => void;
showOneTrustFallback: (otCategory: any, module: any, fallback: any, container: any, position?: any) => boolean;
onetrustCookieCheck: (category: any, callback: any) => any;
hideOneTrustFallback: (otCategory: any) => void;
checkThirdPartyLibrary: (name: any, callback: any) => void;
setFBButtonListener: (fbElement: any) => void;
setIframeSrc: () => void;
}