UNPKG

@bemit/consent-ui-mui

Version:

27 lines (26 loc) 834 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _ConsentUiBox = require("./ConsentUiBox.js"); Object.keys(_ConsentUiBox).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (key in exports && exports[key] === _ConsentUiBox[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _ConsentUiBox[key]; } }); }); var _ConsentUiBoxGroup = require("./ConsentUiBoxGroup.js"); Object.keys(_ConsentUiBoxGroup).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (key in exports && exports[key] === _ConsentUiBoxGroup[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function get() { return _ConsentUiBoxGroup[key]; } }); });