mirror of
https://gitee.com/dromara/go-view.git
synced 2024-12-03 12:19:07 +08:00
8 lines
131 B
TypeScript
8 lines
131 B
TypeScript
interface Window {
|
|
$loading: any
|
|
$message: any
|
|
$dialog: any
|
|
$t: any
|
|
}
|
|
|
|
declare type Recordable<T = any> = Record<string, T> |