UNPKG

vue3-q-tel-input-sorted

Version:
5 lines (3 loc) 190 B
import { DefineComponent, Plugin } from 'vue'; declare const Vue3QTelInput: DefineComponent<{}, {}, any> & { install: Exclude<Plugin['install'], undefined> }; export default Vue3QTelInput;