UnisKB/ui/env.d.ts

5 lines
94 B
TypeScript
Raw Normal View History

2023-09-15 09:40:35 +00:00
/// <reference types="vite/client" />
interface ImportMeta {
readonly env: ImportMetaEnv;
}