UNPKG

vue3-translate-select

Version:

🚀 The package offer vue3 library for @google-translate-select!

11 lines (9 loc) • 291 B
import type { ComponentPublicInstance } from 'vue' import type { GoogleTranslateProps } from './props' export type GoogleTranslateSelectInstance = ComponentPublicInstance< GoogleTranslateProps, { setLanguage: (code: string) => void handleTranslate: (code: string) => void } >