UNPKG

@sishuguojixuefu/react-native-form

Version:
15 lines 502 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Rules_1 = require("./Rules"); const getFieldDecorator = (form, id, initialValue, originRules, options) => { const rules = Rules_1.getRules(originRules); const fieldDecorator = form.getFieldDecorator(id, { initialValue, rules, validateFirst: true, ...options, }); return fieldDecorator; }; exports.default = getFieldDecorator; //# sourceMappingURL=getFieldDecorator.js.map