UNPKG

react-cookie-consent_teset2

Version:

React components to integrate TrustArc Cookie Consent Manager into React and Next.js apps

12 lines (11 loc) 319 B
/** * Enum representing the different versions of TrustArc. * * @enum {string} * @property {string} Pro - Represents the "pro" version of TrustArc. * @property {string} Advanced - Represents the "advanced" version of TrustArc. */ export declare enum TrustArcVersion { Pro = "pro", Advanced = "advanced" }