9 lines
151 B
TypeScript
9 lines
151 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
declare interface Window {
|
|
$message: any;
|
|
$notification: any;
|
|
$dialog: any;
|
|
$loadingBar: any;
|
|
}
|