UNPKG

@tuoyuan/web-plus

Version:

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

63 lines (62 loc) 1.92 kB
interface Props { importBtn?: boolean; exportBtn?: boolean; previewBtn?: boolean; clearBtn?: boolean; dragView?: boolean; copyBtn?: boolean; delBtn?: boolean; list?: Array<any>; allowList?: Array<any>; group?: Array<any>; } declare let __VLS_typeProps: Props; declare function handleClear(): void; declare function getOption(): any; declare const __VLS_defaults: { modelValue: {}; }; type __VLS_PublicProps = { modelValue?: typeof __VLS_defaults['modelValue']; } & typeof __VLS_typeProps; declare var __VLS_18: {}; declare var __VLS_25: {}; declare var __VLS_inheritedAttrs: {}; declare const __VLS_templateResult: { slots: { menuLeft?(_: typeof __VLS_18): any; menuRight?(_: typeof __VLS_25): any; }; refs: {}; attrs: Partial<typeof __VLS_inheritedAttrs>; }; type __VLS_Slots = typeof __VLS_templateResult['slots']; declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, { setOption: (opt: any) => void; getOption: typeof getOption; handleClear: typeof handleClear; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:modelValue': (modelValue: {}) => any; }, string, import("vue").PublicProps, Readonly<{ modelValue?: (typeof __VLS_defaults)["modelValue"]; } & Props & { "onUpdate:modelValue"?: ((modelValue: {}) => any) | undefined; }>, { group: Array<any>; exportBtn: boolean; importBtn: boolean; delBtn: boolean; copyBtn: boolean; previewBtn: boolean; clearBtn: boolean; dragView: boolean; list: Array<any>; allowList: Array<any>; }, {}, {}, {}, 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; }; };