MaxKB/ui/env.d.ts
2023-09-15 17:40:35 +08:00

5 lines
94 B
TypeScript

/// <reference types="vite/client" />
interface ImportMeta {
readonly env: ImportMetaEnv;
}