UNPKG

react-cookie-consent_teset2

Version:

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

13 lines (12 loc) 423 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 var TrustArcVersion; (function (TrustArcVersion) { TrustArcVersion["Pro"] = "pro"; TrustArcVersion["Advanced"] = "advanced"; })(TrustArcVersion || (TrustArcVersion = {}));