import type { VormItemRules, VormItemRulesItem } from './src/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import FormItem from "./src/form-item"; export declare const VFormItem: 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: VormItemRules | VormItemRulesItem; }>>; /** form-item 组件实例类型 */ export type FormItemInstance = InstanceType; export * from './src/interface'; export default VFormItem;