UNPKG
create-magner
Version:
latest (0.5.0)
0.5.0
0.4.3
0.4.2
CLI for bootstrapping Magner projects
github.com/code-pilots/magner
code-pilots/magner
create-magner
/
app
/
src
/
translation.d.ts
6 lines
(4 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
CustomTranslationSchema
}
from
'configs/translation/en'
;
declare
module
'vue-i18n'
{
export
interface
DefineLocaleMessage
extends
CustomTranslationSchema
{} }