eslink-ui-plus
Version:
vue3 component library, css framework
31 lines (30 loc) • 1 kB
TypeScript
import { PropType } from "vue";
declare const _default: import("vue").DefineComponent<{
keyConfig: {
type: PropType<import("../utils").keyConfigType>;
default: () => {
labelKey: string;
valueKey: string;
disabledKey: string;
childrenKey: string;
};
};
source: {
type: PropType<Record<string, any>[]>;
default: () => never[];
};
}, {
valueKey: string;
labelKey: string;
disabledKey: string;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
keyConfig?: unknown;
source?: unknown;
} & {
source: Record<string, any>[];
keyConfig: import("../utils").keyConfigType;
} & {}>, {
source: Record<string, any>[];
keyConfig: import("../utils").keyConfigType;
}>;
export default _default;