UnisKB/ui/env.d.ts

5 lines
94 B
TypeScript

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