revamp
This commit is contained in:
9
src/hooks/window-manager.tsx
Normal file
9
src/hooks/window-manager.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
interface iFakeWindow {
|
||||
name: string;
|
||||
minimized: boolean;
|
||||
closed: boolean;
|
||||
offset: {
|
||||
x: number
|
||||
y: number
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user