UNPKG

dm-vue3-ui

Version:

This Components Library will help get you started developing in Vue 3.

5 lines (4 loc) 133 B
import type { I18n } from 'vue-i18n'; declare const i18n: I18n; export declare const $t: (path: string) => any; export default i18n;