UNPKG

choerodon-ui

Version:

An enterprise-class UI design language and React-based implementation

14 lines (13 loc) 633 B
import badInput from './badInput'; import patternMismatch from './patternMismatch'; import rangeOverflow from './rangeOverflow'; import rangeUnderflow from './rangeUnderflow'; import stepMismatch from './stepMismatch'; import tooLong from './tooLong'; import tooShort from './tooShort'; import typeMismatch from './typeMismatch'; import customError from './customError'; import uniqueError from './uniqueError'; var validationRules = [badInput, patternMismatch, rangeOverflow, rangeUnderflow, stepMismatch, tooLong, tooShort, typeMismatch, customError, uniqueError]; export default validationRules; //# sourceMappingURL=index.js.map