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

@@ -1,7 +1,6 @@
/* eslint-disable lines-around-comment */
import { translate } from '../../../../base/i18n/functions';
// @ts-ignore
import { IconSettings } from '../../../../base/icons';
import { IconSettings } from '../../../../base/icons/svg';
// @ts-ignore
import { AbstractButton, type AbstractButtonProps } from '../../../../base/toolbox/components';
// @ts-ignore