Disable mute button if media is not yet available. (#1218)
--------- Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user