10 lines
No EOL
141 B
TypeScript
10 lines
No EOL
141 B
TypeScript
/// <reference types="vite/client" />
|
|
export {};
|
|
|
|
declare global {
|
|
interface Window {
|
|
appConfig: {
|
|
basePath: string;
|
|
};
|
|
}
|
|
} |