ref(TS) Convert some Abstract classes to TS (#13099)

This commit is contained in:
Robert Pintilii
2023-03-23 13:24:57 +02:00
committed by GitHub
parent 34b2577b97
commit e95b964b78
31 changed files with 244 additions and 381 deletions

View File

@@ -4,9 +4,10 @@ import { connect } from 'react-redux';
import { translate } from '../../../i18n';
import { _abstractMapStateToProps } from '../../functions';
import AbstractDialog, { type Props as AbstractProps } from '../AbstractDialog';
import { renderHTML } from '../functions.native';
import AbstractDialog, { type Props as AbstractProps } from './AbstractDialog';
type Props = AbstractProps & {