mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 12:37:49 +00:00
ref(TS) Convert some Abstract classes to TS (#13099)
This commit is contained in:
@@ -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 & {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user