UNPKG

@i18n-pro/vue2

Version:

An out-of-the-box, lightweight i18n auto-translation solution for Vue 2

7 lines (6 loc) 257 B
import { I18nState } from 'i18n-pro'; export { Langs, I18nState, SetI18n, Translate } from 'i18n-pro'; import { VueConstructor } from 'vue'; export declare function createI18n(props: I18nState & { with$?: boolean; }): (V: VueConstructor) => void;