UNPKG

@pusdn/pgz-comp-elep

Version:

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

175 lines (174 loc) 6.07 kB
declare const TSelectIcon: ({ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{ modelValue: { type: null; required: true; default: string; }; prefixIcon: { type: StringConstructor; required: false; default: string; }; selectBind: { type: ObjectConstructor; required: false; default: () => {}; }; isShowSearch: { type: BooleanConstructor; required: false; default: boolean; }; isShowIcon: { type: BooleanConstructor; required: false; default: boolean; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onSelect?: ((...args: any[]) => any) | undefined; }>, { props: any; emit: (event: "update:modelValue" | "select", ...args: any[]) => void; valueIcon: import("vue").WritableComputedRef<any, any>; $attrs: any; attrs: import("vue").ComputedRef<any>; dialogVisible: import("vue").Ref<boolean, boolean>; selectIcon: (item: any) => void; inputRef: import("vue").Ref<any, any>; clearIcon: () => void; inputValue: import("vue").Ref<string, string>; customIcons: { [key: string]: any; }; iconsList: import("vue").ComputedRef<{ [key: string]: any; }>; readonly Icons: typeof import("@element-plus/icons-vue/dist/types"); }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "select")[], import("vue").PublicProps, { modelValue: any; prefixIcon: string; selectBind: Record<string, any>; isShowSearch: boolean; 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: null; required: true; default: string; }; prefixIcon: { type: StringConstructor; required: false; default: string; }; selectBind: { type: ObjectConstructor; required: false; default: () => {}; }; isShowSearch: { type: BooleanConstructor; required: false; default: boolean; }; isShowIcon: { type: BooleanConstructor; required: false; default: boolean; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onSelect?: ((...args: any[]) => any) | undefined; }>, { props: any; emit: (event: "update:modelValue" | "select", ...args: any[]) => void; valueIcon: import("vue").WritableComputedRef<any, any>; $attrs: any; attrs: import("vue").ComputedRef<any>; dialogVisible: import("vue").Ref<boolean, boolean>; selectIcon: (item: any) => void; inputRef: import("vue").Ref<any, any>; clearIcon: () => void; inputValue: import("vue").Ref<string, string>; customIcons: { [key: string]: any; }; iconsList: import("vue").ComputedRef<{ [key: string]: any; }>; readonly Icons: typeof import("@element-plus/icons-vue/dist/types"); }, {}, {}, {}, { modelValue: any; prefixIcon: string; selectBind: Record<string, any>; isShowSearch: boolean; isShowIcon: boolean; }>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{ modelValue: { type: null; required: true; default: string; }; prefixIcon: { type: StringConstructor; required: false; default: string; }; selectBind: { type: ObjectConstructor; required: false; default: () => {}; }; isShowSearch: { type: BooleanConstructor; required: false; default: boolean; }; isShowIcon: { type: BooleanConstructor; required: false; default: boolean; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onSelect?: ((...args: any[]) => any) | undefined; }>, { props: any; emit: (event: "update:modelValue" | "select", ...args: any[]) => void; valueIcon: import("vue").WritableComputedRef<any, any>; $attrs: any; attrs: import("vue").ComputedRef<any>; dialogVisible: import("vue").Ref<boolean, boolean>; selectIcon: (item: any) => void; inputRef: import("vue").Ref<any, any>; clearIcon: () => void; inputValue: import("vue").Ref<string, string>; customIcons: { [key: string]: any; }; iconsList: import("vue").ComputedRef<{ [key: string]: any; }>; readonly Icons: typeof import("@element-plus/icons-vue/dist/types"); }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "select")[], "update:modelValue" | "select", { modelValue: any; prefixIcon: string; selectBind: Record<string, any>; isShowSearch: boolean; 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<any[]>) & Record<string, any>; export default TSelectIcon; export type { TSelectIconProps } from "./src/index.vue";