@wix/design-system
Version:
@wix/design-system
20 lines (19 loc) • 697 B
JavaScript
;
exports.__esModule = true;
var _exportNames = {
Table: true,
BulkSelectionState: true
};
exports.Table = 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;
//# sourceMappingURL=index.js.map