@audira/carbon-react-native
Version:
Build React Native apps with component and shared patterns using Carbon
17 lines (16 loc) • 510 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _GlobalConfigContext = require("./GlobalConfigContext.js");
Object.keys(_GlobalConfigContext).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _GlobalConfigContext[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _GlobalConfigContext[key];
}
});
});
//# sourceMappingURL=index.js.map