ref: TS Improvements (#12358)

Remove unnecessary ts-ignores
Remove unnecessary eslint-disable
Fix type errors
Change Dispatch type to IStore['dispatch']
This commit is contained in:
Robert Pintilii
2022-10-11 13:47:54 +03:00
committed by GitHub
parent 6365b699c1
commit 6c3206e4d4
126 changed files with 216 additions and 437 deletions

View File

@@ -3,7 +3,6 @@ import React, { ReactNode } from 'react';
import { useSelector } from 'react-redux';
import { makeStyles } from 'tss-react/mui';
// @ts-ignore
import { showOverflowDrawer } from '../../../../toolbox/functions.web';
import Icon from '../../../icons/components/Icon';
import { withPixelLineHeight } from '../../../styles/functions.web';