mirror of
https://github.com/basketikun/infinite-canvas.git
synced 2026-07-31 13:41:18 +08:00
5 lines
149 B
TypeScript
5 lines
149 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
declare const __APP_VERSION__: string;
|
|
declare const __APP_RELEASES__: import("@/lib/release").ReleaseInfo[];
|