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