homehui
Version:
Vue3 二次封装基础组件文档
99 lines (98 loc) • 3.41 kB
TypeScript
declare const TSelectIcon: ({
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
modelValue: {
type: StringConstructor;
default: string;
};
prefixIcon: {
type: StringConstructor;
default: string;
};
selectBind: ObjectConstructor;
isShowSearch: {
type: BooleanConstructor;
default: boolean;
};
isShowIcon: {
type: BooleanConstructor;
default: boolean;
};
}>> & Readonly<{
onSelect?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
select: (...args: any[]) => void;
"update:modelValue": (...args: any[]) => void;
}, import('vue').PublicProps, {
modelValue: string;
isShowSearch: boolean;
prefixIcon: string;
isShowIcon: boolean;
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('vue').ExtractPropTypes<{
modelValue: {
type: StringConstructor;
default: string;
};
prefixIcon: {
type: StringConstructor;
default: string;
};
selectBind: ObjectConstructor;
isShowSearch: {
type: BooleanConstructor;
default: boolean;
};
isShowIcon: {
type: BooleanConstructor;
default: boolean;
};
}>> & Readonly<{
onSelect?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, {
modelValue: string;
isShowSearch: boolean;
prefixIcon: string;
isShowIcon: boolean;
}>;
__isFragment?: undefined;
__isTeleport?: undefined;
__isSuspense?: undefined;
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
modelValue: {
type: StringConstructor;
default: string;
};
prefixIcon: {
type: StringConstructor;
default: string;
};
selectBind: ObjectConstructor;
isShowSearch: {
type: BooleanConstructor;
default: boolean;
};
isShowIcon: {
type: BooleanConstructor;
default: boolean;
};
}>> & Readonly<{
onSelect?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
select: (...args: any[]) => void;
"update:modelValue": (...args: any[]) => void;
}, string, {
modelValue: string;
isShowSearch: boolean;
prefixIcon: string;
isShowIcon: boolean;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin) & Record<string, any>;
export default TSelectIcon;