@makeen.io/material-ui-kit
Version:
Makeen UI components kit. Based on material-ui.
8 lines (7 loc) • 326 B
JavaScript
import _ from "lodash";
export default (function (_ref) {var _ref$schema = _ref.schema,min = _ref$schema.min,type = _ref$schema.type,message = _ref.validation.min;return _.isNumber(min) &&
type === "string" && [
"minLength",
_.template(message)({ model: { min: min } }),
min];});
//# sourceMappingURL=minLength.js.map