ref(TS) Convert always-on-top to TS (#13332)

This commit is contained in:
Robert Pintilii
2023-05-12 10:28:50 +03:00
committed by GitHub
parent 71627f97f7
commit ae0669fa07
10 changed files with 65 additions and 93 deletions

1
globals.d.ts vendored
View File

@@ -21,6 +21,7 @@ declare global {
JitsiMeetElectron?: any;
// selenium tests handler
_sharedVideoPlayer: any;
alwaysOnTop: { api: any };
}
interface Document {