ref: Improve TS files (#12130)

Remove unnecessary ts-ignores
Change any to actual types
Fix eslint rule
This commit is contained in:
Robert Pintilii
2022-09-06 20:32:20 +03:00
committed by GitHub
parent db988f6e62
commit efb69d5382
120 changed files with 262 additions and 345 deletions

View File

@@ -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}.