@wix/design-system
Version:
@wix/design-system
17 lines (16 loc) • 632 B
JavaScript
;
exports.__esModule = true;
var _exportNames = {
TableActionCell: true
};
exports.TableActionCell = void 0;
var _TableActionCell = require("./TableActionCell");
exports.TableActionCell = _TableActionCell.TableActionCell;
var _TableActionCell2 = require("./TableActionCell.types");
Object.keys(_TableActionCell2).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _TableActionCell2[key]) return;
exports[key] = _TableActionCell2[key];
});
//# sourceMappingURL=index.js.map