UNPKG

v-phone-input

Version:

International phone field for Vuetify 3 and Vue 3.

4 lines (3 loc) 219 B
export default function useNamespacedSlots(slots: Record<string, any>, namespaces: string[]): { namespacedSlots: import('vue').Ref<Record<string, Record<string, string>>, Record<string, Record<string, string>>>; };