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