mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-06 17:18:40 +08:00
8 lines
188 B
TypeScript
8 lines
188 B
TypeScript
import { Composer, ComponentCustomProperties } from 'vue-i18n'
|
|
|
|
declare module 'vue-i18n' {
|
|
export declare interface Composer {
|
|
t(key: string | number, ...args: any[]): string
|
|
}
|
|
}
|