feat: add vite-env
This commit is contained in:
parent
95ec9ef6d0
commit
146b43cffb
6
packages/react/src/vite-env.d.ts
vendored
Normal file
6
packages/react/src/vite-env.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
/// <reference types="vite/client" />
|
||||||
|
import { ImportGlobFunction } from "vite/types/importGlob";
|
||||||
|
|
||||||
|
interface ImportMeta {
|
||||||
|
glob: ImportGlobFunction;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user