selecting conversation and expanding the window nicely
This commit is contained in:
+4
-1
@@ -8,9 +8,12 @@ declare global {
|
||||
initiateLogin(): void;
|
||||
};
|
||||
store: {
|
||||
get(val: STORE_ITEMS): any;
|
||||
get(val: STORE_ITEMS): Promise<any>;
|
||||
set(property: STORE_ITEMS, val: any): void;
|
||||
};
|
||||
window: {
|
||||
resizeWindow(newDimensions: { width: number; height: number }): void;
|
||||
};
|
||||
on(channel: Channels, func: any): void;
|
||||
once(channel: Channels, func: any): void;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user