eslink-ui-plus
Version:
vue3 component library, css framework
25 lines (24 loc) • 708 B
TypeScript
import { PropType } from "vue";
declare type DirType = "x" | "y";
declare const _default: import("vue").DefineComponent<{
source: ArrayConstructor;
type: {
type: PropType<DirType>;
default: string;
};
}, {
keyConfig: {
valueKey: string;
labelKey: string;
};
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
source?: unknown;
type?: unknown;
} & {
type: DirType;
} & {
source?: unknown[] | undefined;
}>, {
type: DirType;
}>;
export default _default;