UNPKG

@npmxiaowu/h-ui-plus

Version:

Vue3 中基于Element-plus二次封装基础组件文档

28 lines (27 loc) 829 B
export declare function useComputed(): { compChildName: import("vue").ComputedRef<(opt: any) => "el-radio" | "el-checkbox" | "el-option" | undefined>; selectListType: import("vue").ComputedRef<(opt: any) => any>; compChildLabel: import("vue").ComputedRef<(opt: { type: any; arrLabel: any; }, value: { [x: string]: any; value: any; }) => any>; compChildValue: import("vue").ComputedRef<(opt: { type: any; arrKey: any; }, value: { [x: string]: any; value: any; }, key: any) => any>; compChildShowLabel: import("vue").ComputedRef<(opt: { type: any; arrLabel: any; }, value: { [x: string]: any; label: any; }) => any>; getPlaceholder: (row: any) => any; getColLength: () => number; };