UNPKG

@transcend-io/consent-manager-ui

Version:
4 lines (3 loc) 169 B
export const VERSION = process.env.VERSION as string; export const CONSENT_OPTIONS = { confirmed: true, prompted: true }; export const CSS_RESET = ':host{all:initial}';