mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-12 19:01:47 +00:00
feat(i18n): i18n auto-importer
This commit is contained in:
6
src/virtual-module.d.ts
vendored
6
src/virtual-module.d.ts
vendored
@ -12,3 +12,9 @@ declare module 'virtual:plugins' {
|
||||
Omit<Plugin, 'backend' | 'preload' | 'renderer'>
|
||||
>;
|
||||
}
|
||||
|
||||
declare module 'virtual:i18n' {
|
||||
import type { LanguageResources } from '@/i18n/resources/@types';
|
||||
|
||||
export const languageResources: LanguageResources;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user