UNPKG

@mineadmin/form

Version:

基于element plus的form组件,进行封装,提供方便、灵活的配置和使用方式

35 lines (34 loc) 971 B
import type { PropType } from 'vue'; import type { MaFormItem, MaFormOptions, MaModel } from '../types'; declare const _default: import("vue").DefineComponent<{ modelValue: { type: PropType<MaModel>; default: () => {}; }; options: { type: PropType<MaFormOptions>; default: () => {}; }; items: { type: PropType<MaFormItem[]>; default: () => any[]; }; }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ modelValue: { type: PropType<MaModel>; default: () => {}; }; options: { type: PropType<MaFormOptions>; default: () => {}; }; items: { type: PropType<MaFormItem[]>; default: () => any[]; }; }>>, { modelValue: {}; options: {}; items: MaFormItem[]; }, {}>; export default _default;