UNPKG

@iimm/formily-mui

Version:

form field components based on @mui/material and @formily/react

36 lines (35 loc) 1.04 kB
export declare const COLORS: string[]; export declare const prefixCls = "iimm"; export declare const iconfontCssPrefix = "iconfont"; /** 适用于useFormilyFieldProps时FormItem的config */ export declare const UseFormilyFieldPropsFormItemConfig: { tooltip: boolean; label: boolean; error: boolean; required: boolean; readOnly: boolean; disabled: boolean; defaultValue: boolean; feedbackStatus: boolean; feedbackText: boolean; labelPosition: boolean; labelAlign: boolean; labelWidth: boolean; labelWrap: boolean; wrapperAlign: boolean; wrapperWidth: boolean; wrapperWrap: boolean; fullWidth: boolean; colon: boolean; tooltipIcon: boolean; tooltipLayout: boolean; showFeedback: boolean; feedbackLayout: boolean; keepFeedbackSpace: boolean; }; /** 适用于useFormilyFieldProps时formfield的基础通用config */ export declare const UseFormilyFieldPropsFormFieldBaseConfig: { readOnly: boolean; disabled: boolean; defaultValue: boolean; };