UNPKG

elong-vant

Version:

elong-ui-vant4

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