5 lines
163 B
TypeScript
5 lines
163 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
declare const MAIN_WINDOW_VITE_DEV_SERVER_URL: string | undefined;
|
|
declare const MAIN_WINDOW_VITE_NAME: string | undefined;
|