mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 11:27:47 +00:00
ref(TS) Convert some native components to TS (#13200)
This commit is contained in:
@@ -25,7 +25,7 @@ export interface IState {
|
||||
/**
|
||||
* An abstract implementation of a dialog on Web/React and mobile/react-native.
|
||||
*/
|
||||
export default class AbstractDialog<P extends IProps, S extends IState>
|
||||
export default class AbstractDialog<P extends IProps, S extends IState = IState>
|
||||
extends Component<P, S> {
|
||||
|
||||
_mounted: boolean;
|
||||
|
||||
Reference in New Issue
Block a user