mirror of
https://github.com/Xevion/smart-rgb.git
synced 2025-12-13 08:13:05 -06:00
Update source files
This commit is contained in:
17
frontend/src/vite-env.d.ts
vendored
Normal file
17
frontend/src/vite-env.d.ts
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
declare const __DESKTOP__: boolean;
|
||||
declare const __APP_VERSION__: string;
|
||||
declare const __GIT_COMMIT__: string;
|
||||
declare const __BUILD_TIME__: string;
|
||||
|
||||
declare module "@wasm/borders.js" {
|
||||
export { default } from "../pkg/borders";
|
||||
export * from "../pkg/borders";
|
||||
}
|
||||
|
||||
// vite-imagetools support
|
||||
declare module "*&imagetools" {
|
||||
const out: any;
|
||||
export default out;
|
||||
}
|
||||
Reference in New Issue
Block a user