Initial commit
This commit is contained in:
12
src/vite-env.d.ts
vendored
Normal file
12
src/vite-env.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
declare module "*.css";
|
||||
declare module "*.svg";
|
||||
declare module "*.png";
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
__getVisualEditScript?: () => string
|
||||
__webildEditorInitialized?: boolean
|
||||
}
|
||||
}
|
||||
|
||||
export {}
|
||||
Reference in New Issue
Block a user