fullscreen drawing
This commit is contained in:
committed by
Juraj Kubrican
parent
0505964854
commit
7ed413648c
4
js/global.d.ts
vendored
Normal file
4
js/global.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
declare const mitt: {
|
||||
//@ts-expect-error
|
||||
<T = any>(): import("mitt").Emitter<T>;
|
||||
};
|
||||
Reference in New Issue
Block a user