2022-12-30 01:56:26 +08:00

9 lines
151 B
TypeScript

/// <reference types="vite/client" />
declare interface Window {
$message: any;
$notification: any;
$dialog: any;
$loadingBar: any;
}