@wocwin/t-ui-plus
Version:
Page level components developed based on Element Plus.
29 lines (28 loc) • 794 B
TypeScript
import { ComputedRef } from 'vue';
export declare function useComputed(): {
compChildName: ComputedRef<(opt: any) => "el-checkbox" | "el-radio" | "el-option" | undefined>;
selectListType: ComputedRef<(opt: any) => any>;
compChildLabel: ComputedRef<(opt: {
type: any;
arrLabel: any;
}, value: {
[x: string]: any;
value: any;
}) => any>;
compChildValue: ComputedRef<(opt: {
type: any;
arrKey: any;
}, value: {
[x: string]: any;
value: any;
}, key: any) => any>;
compChildShowLabel: ComputedRef<(opt: {
type: any;
arrLabel: any;
}, value: {
[x: string]: any;
label: any;
}) => any>;
getPlaceholder: (row: any) => any;
getColLength: () => number;
};