UNPKG

@trustarc/react-cookie-consent-manager

Version:

React components to integrate TrustArc Cookie Consent Manager into React Frameworks

5 lines (4 loc) 340 B
declare const generateQueryString: (params: QueryStringType[]) => string[]; declare const logDebug: (debug?: boolean, ...args: unknown[]) => void; declare const repopulateDiv: (options: TrustArcOptions, bannerId: TrustArcBannerID, divId?: string) => void; declare const getScriptSource: (options: TrustArcOptions, CMPID: string) => string;