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