@audira/carbon-react-native
Version:
Build React Native apps with component and shared patterns using Carbon
39 lines (38 loc) • 1.22 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _GhostDanger = require("./GhostDanger.js");
Object.keys(_GhostDanger).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _GhostDanger[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _GhostDanger[key];
}
});
});
var _GhostDangerProps = require("./GhostDangerProps.js");
Object.keys(_GhostDangerProps).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _GhostDangerProps[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _GhostDangerProps[key];
}
});
});
var _GhostDangerRef = require("./GhostDangerRef.js");
Object.keys(_GhostDangerRef).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _GhostDangerRef[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _GhostDangerRef[key];
}
});
});
//# sourceMappingURL=index.js.map