ref(TS) Convert some components to TS (#13192)

This commit is contained in:
Robert Pintilii
2023-04-11 12:10:37 +03:00
committed by GitHub
parent 00c3ea07e7
commit 373be54b04
33 changed files with 333 additions and 394 deletions

View File

@@ -2,7 +2,6 @@ import React, { Component, ComponentType } from 'react';
import { connect } from 'react-redux';
import { IReduxState } from '../../../../app/types';
import { IReactionEmojiProps } from '../../../../reactions/constants';
import JitsiPortal from '../../../../toolbox/components/web/JitsiPortal';
import { showOverflowDrawer } from '../../../../toolbox/functions.web';
@@ -25,11 +24,6 @@ interface IProps {
*/
_overflowDrawer: boolean;
/**
* Array of reactions to be displayed.
*/
_reactionsQueue: Array<IReactionEmojiProps>;
/**
* True if the UI is in a compact state where we don't show dialogs.
*/