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