0.1.12
This commit is contained in:
Vendored
+1
@@ -0,0 +1 @@
|
||||
/// <reference types="vite/client" />
|
||||
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
declare module 'socket.io' {
|
||||
interface Socket {
|
||||
data: any
|
||||
}
|
||||
}
|
||||
|
||||
declare interface Window {
|
||||
__TAURI__: any
|
||||
}
|
||||
Reference in New Issue
Block a user