Make the maximised prop of VideoTile optional

This commit is contained in:
Robin Townsend 2022-09-16 10:21:41 -04:00
commit 4a08ae75b3
2 changed files with 1 additions and 2 deletions

View file

@ -33,7 +33,7 @@ interface Props {
mediaRef?: React.RefObject<MediaElement>;
onOptionsPress?: () => void;
localVolume?: number;
maximised: boolean;
maximised?: boolean;
fullscreen?: boolean;
onFullscreen?: () => void;
className?: string;