import type { FormSubmit } 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 Form from "./src/form"; export declare const FForm: Install, string | number | null>; readonly model: BasicType, null>; readonly onSubmit: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | number | null>; readonly model: BasicType, null>; readonly onSubmit: BasicType, null>; }>>, { readonly model: object; readonly labelWidth: string | number; readonly onSubmit: FormSubmit; }>>; /** form 组件实例类型 */ export type FormInstance = InstanceType; export * from './src/interface.d'; export default FForm;