plusone-admin-ui/env.d.ts

9 lines
151 B
TypeScript
Raw Normal View History

2022-12-27 10:13:24 +08:00
/// <reference types="vite/client" />
2022-12-30 01:56:26 +08:00
declare interface Window {
$message: any;
$notification: any;
$dialog: any;
$loadingBar: any;
}