import type { LabelPosition, FormSubmit } from './src/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import Form from "./src/form"; export declare const VForm: Install, string | number | null>; readonly labelPosition: BasicType, LabelPosition | null>; readonly model: BasicType, null>; readonly onSubmit: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | number | null>; readonly labelPosition: BasicType, LabelPosition | null>; readonly model: BasicType, null>; readonly onSubmit: BasicType, null>; }>>, { readonly model: object; readonly labelWidth: string | number; readonly labelPosition: LabelPosition; readonly onSubmit: FormSubmit; }>>; /** form 组件实例类型 */ export type FormInstance = InstanceType; export * from './src/interface'; export default VForm;