Initial commit

This commit is contained in:
dk
2026-06-15 12:21:11 +00:00
commit 7f00a419f3
315 changed files with 37793 additions and 0 deletions

12
src/vite-env.d.ts vendored Normal file
View File

@@ -0,0 +1,12 @@
declare module "*.css";
declare module "*.svg";
declare module "*.png";
declare global {
interface Window {
__getVisualEditScript?: () => string
__webildEditorInitialized?: boolean
}
}
export {}