import type { FormItemRules, FormItemRulesItem } from './src/interface.d'; import type { BasicType } from '../_utils/props/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install } from '../_utils'; import FormItem from "./src/form-item"; export declare const FFormItem: Install, string | null>; readonly name: BasicType, string | null>; readonly rules: { readonly type: PropType; readonly default: () => null; }; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | null>; readonly name: BasicType, string | null>; readonly rules: { readonly type: PropType; readonly default: () => null; }; }>>, { readonly name: string; readonly label: string; readonly rules: FormItemRules | FormItemRulesItem; }>>; /** form-item 组件实例类型 */ export type FormItemInstance = InstanceType; export * from './src/interface.d'; export default FFormItem;