Disable mute button if media is not yet available. (#1218)

---------

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo
2023-07-10 12:26:47 +02:00
committed by GitHub
parent a3220afc32
commit 7b19980a83
3 changed files with 42 additions and 7 deletions

View File

@@ -77,6 +77,7 @@ interface Props {
children: Element[];
onPress: (e: PressEvent) => void;
onPressStart: (e: PressEvent) => void;
disabled: boolean;
// TODO: add all props for <Button>
[index: string]: unknown;
}