@modernice/vue-i18n-modules
Version:
"Message modules" extension for vue-i18n
8 lines (7 loc) • 302 B
TypeScript
import { Plugin } from '@vue/runtime-core';
import { Extension } from './extension';
/**
* Creates the extension as a Vue plugin. After installing the plugin, you can use
* {@link useExtension} to access the translation loader.
*/
export declare function createPlugin(extension: Extension): Plugin;