wix-style-react
Version:
wix-style-react
22 lines (21 loc) • 782 B
JavaScript
;
exports.__esModule = true;
var _exportNames = {
BulkSelectionState: true,
Table: true
};
exports.default = exports.BulkSelectionState = void 0;
var _Table = require("./Table");
exports.Table = _Table.Table;
var _components = require("./components");
Object.keys(_components).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _components[key]) return;
exports[key] = _components[key];
});
var _BulkSelection = require("./BulkSelection");
exports.BulkSelectionState = _BulkSelection.BulkSelectionState;
/* eslint no-duplicate-imports: 0*/
var _default = exports.default = _Table.Table;
//# sourceMappingURL=index.js.map