mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
ref: Improve TS files (#12130)
Remove unnecessary ts-ignores Change any to actual types Fix eslint rule
This commit is contained in:
@@ -19,8 +19,7 @@ import Input from '../../../base/ui/components/web/Input';
|
||||
// @ts-ignore
|
||||
import { openLogoutDialog } from '../../actions';
|
||||
|
||||
// eslint-disable-next-line no-var
|
||||
declare var APP: any;
|
||||
declare let APP: any;
|
||||
|
||||
/**
|
||||
* The type of the React {@code Component} props of {@link ProfileTab}.
|
||||
|
||||
Reference in New Issue
Block a user