UNPKG

epn-ui

Version:

Дизайн система кабинета ВМ

10 lines (7 loc) 1.7 kB
import React from 'react'; import Form from 'antd/lib/form'; var FormItem = function (_a) { var colon = _a.colon, dependencies = _a.dependencies, extra = _a.extra, hasFeedback = _a.hasFeedback, help = _a.help, hidden = _a.hidden, htmlFor = _a.htmlFor, initialValue = _a.initialValue, label = _a.label, labelAlign = _a.labelAlign, labelCol = _a.labelCol, messageVariables = _a.messageVariables, name = _a.name, noStyle = _a.noStyle, preserve = _a.preserve, required = _a.required, rules = _a.rules, shouldUpdate = _a.shouldUpdate, tooltip = _a.tooltip, trigger = _a.trigger, validateFirst = _a.validateFirst, validateStatus = _a.validateStatus, validateTrigger = _a.validateTrigger, valuePropName = _a.valuePropName, wrapperCol = _a.wrapperCol, children = _a.children, className = _a.className, style = _a.style, getValueFromEvent = _a.getValueFromEvent, getValueProps = _a.getValueProps, normalize = _a.normalize; return (React.createElement(Form.Item, { colon: colon, dependencies: dependencies, extra: extra, hasFeedback: hasFeedback, help: help, hidden: hidden, htmlFor: htmlFor, initialValue: initialValue, label: label, labelAlign: labelAlign, labelCol: labelCol, messageVariables: messageVariables, name: name, noStyle: noStyle, className: className, style: style, preserve: preserve, required: required, rules: rules, shouldUpdate: shouldUpdate, tooltip: tooltip, trigger: trigger, validateFirst: validateFirst, validateStatus: validateStatus, validateTrigger: validateTrigger, valuePropName: valuePropName, wrapperCol: wrapperCol, normalize: normalize, getValueFromEvent: getValueFromEvent, getValueProps: getValueProps }, children)); }; export { FormItem, FormItem as default };