UNPKG

elong-vant

Version:

elong-ui-vant4

8 lines (7 loc) 294 B
export declare const EvSelect: import("@elong-ui/utils").WithInstall<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>; export default EvSelect; declare module 'vue' { interface GlobalComponents { EvSelect: typeof EvSelect; } }