2025-12-01 20:11:12 +08:00
|
|
|
/// <reference types="vite/client" />
|
|
|
|
|
|
2026-01-14 17:42:18 +08:00
|
|
|
interface ImportMetaEnv {
|
|
|
|
|
readonly VERSION: string
|
|
|
|
|
}
|
|
|
|
|
|
2025-12-01 20:11:12 +08:00
|
|
|
declare module '*.module.css' {
|
|
|
|
|
const classes: Record<string, string>
|
|
|
|
|
export default classes
|
|
|
|
|
}
|