UNPKG

create-magner

Version:

CLI for bootstrapping Magner projects

6 lines (4 loc) 176 B
import type { CustomTranslationSchema } from 'configs/translation/en'; declare module 'vue-i18n' { export interface DefineLocaleMessage extends CustomTranslationSchema {} }