feat: add vite-env

This commit is contained in:
p-sw 2024-06-03 22:56:31 +09:00
parent 95ec9ef6d0
commit 146b43cffb

6
packages/react/src/vite-env.d.ts vendored Normal file
View File

@ -0,0 +1,6 @@
/// <reference types="vite/client" />
import { ImportGlobFunction } from "vite/types/importGlob";
interface ImportMeta {
glob: ImportGlobFunction;
}