MaxKB/ui/env.d.ts
2023-11-15 14:27:25 +08:00

4 lines
92 B
TypeScript

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