mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-20 05:57:48 +00:00
ref(TS) Convert some components to TS (#13129)
This commit is contained in:
@@ -5,7 +5,7 @@ import AbstractButton, { IProps } from './AbstractButton';
|
||||
/**
|
||||
* An abstract implementation of a button for toggling video mute.
|
||||
*/
|
||||
export default class AbstractVideoMuteButton<P extends IProps, S>
|
||||
export default class AbstractVideoMuteButton<P extends IProps, S=any>
|
||||
extends AbstractButton<P, S> {
|
||||
|
||||
icon = IconVideo;
|
||||
|
||||
Reference in New Issue
Block a user