mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-02-18 18:50:49 +08:00
8 lines
193 B
TypeScript
8 lines
193 B
TypeScript
declare module '*.module.scss' {
|
|
const classes: Record<string, string>;
|
|
export default classes;
|
|
}
|
|
|
|
// Global constants injected by Vite at build time
|
|
declare const __APP_VERSION__: string;
|