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