UNPKG

arco-crud-plus

Version:

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

72 lines (71 loc) 2.71 kB
import type { Option, Column } from "./type"; declare let __VLS_typeProps: { option: Option; }; type __VLS_PublicProps = { modelValue?: any; } & typeof __VLS_typeProps; declare var __VLS_inheritedAttrs: {}; declare const __VLS_templateResult: { slots: Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: { item: Column; size: "mini" | "small" | "medium" | "large" | undefined; }) => any>> & Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: { item: Column; size: "mini" | "small" | "medium" | "large" | undefined; }) => any>> & { menu?(_: { size: "mini" | "small" | "medium" | "large" | undefined; loading: boolean; }): any; menu?(_: { size: "mini" | "small" | "medium" | "large" | undefined; loading: boolean; }): any; menuLeft?(_: { size: "mini" | "small" | "medium" | "large" | undefined; loading: boolean; }): any; menuLeft?(_: { size: "mini" | "small" | "medium" | "large" | undefined; loading: boolean; }): any; suffix?(_: { loading: boolean; }): any; suffix?(_: { loading: boolean; }): any; menuright?(_: { size: "mini" | "small" | "medium" | "large" | undefined; loading: boolean; }): any; menuright?(_: { size: "mini" | "small" | "medium" | "large" | undefined; loading: boolean; }): any; }; refs: { formRef: unknown; }; attrs: Partial<typeof __VLS_inheritedAttrs>; }; type __VLS_Slots = typeof __VLS_templateResult['slots']; declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { reset: (...args: any[]) => void; submit: (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly<{ modelValue?: any; } & { option: Option; } & { onReset?: ((...args: any[]) => any) | undefined; onSubmit?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>; declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; };