choerodon-ui
Version:
An enterprise-class UI design language and React-based implementation
12 lines (8 loc) • 341 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
var ValidationResult = function ValidationResult(props) {
_classCallCheck(this, ValidationResult);
_extends(this, props);
};
export { ValidationResult as default };
//# sourceMappingURL=ValidationResult.js.map