UNPKG

@segment/analytics-consent-wrapper-onetrust

Version:

<img src="img/onetrust-popup.jpg" width="500" />

7 lines (6 loc) 233 B
/** * This is the public API for this package. * We avoid using splat (*) exports so that we can control what is exposed. */ export { withOneTrust } from './domain/wrapper' export type { OneTrustSettings } from './domain/wrapper'