mirror of
https://gitee.com/dromara/go-view.git
synced 2024-11-30 10:48:40 +08:00
10 lines
155 B
TypeScript
10 lines
155 B
TypeScript
interface Window {
|
|
$loading: any
|
|
$message: any
|
|
$dialog: any
|
|
// 语言
|
|
$t: any
|
|
$vue: any
|
|
}
|
|
|
|
declare type Recordable<T = any> = Record<string, T> |