UnisKB/ui/env.d.ts

4 lines
92 B
TypeScript
Raw Normal View History

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