reuse-components
Version:
Common, reusable React UI components
28 lines (23 loc) • 900 B
JavaScript
;
var actionView = require('action-view');
var appWalkthrough = require('app-walkthrough');
var localFakeApi = require('local-fake-api');
Object.keys(actionView).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return actionView[k]; }
});
});
Object.keys(appWalkthrough).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return appWalkthrough[k]; }
});
});
Object.keys(localFakeApi).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return localFakeApi[k]; }
});
});
//# sourceMappingURL=index.cjs.js.map