UNPKG

@tuoyuan/web-plus

Version:

基于arco-design-vue的配置化表格表单组件

25 lines (24 loc) 826 B
declare let __VLS_typeProps: { option?: any; columns?: any; }; declare const __VLS_defaults: { modelValue: never[]; }; type __VLS_PublicProps = { modelValue?: typeof __VLS_defaults['modelValue']; } & typeof __VLS_typeProps; declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:modelValue': (modelValue: never[]) => any; }, string, import("vue").PublicProps, Readonly<{ modelValue?: (typeof __VLS_defaults)["modelValue"]; } & { option?: any; columns?: any; } & { "onUpdate:modelValue"?: ((modelValue: never[]) => any) | undefined; }>, { columns: any; option: any; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>; export default _default;