Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-07 11:00:42 +02:00
parent fc239ffd01
commit 657896c0b9
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
2 changed files with 2 additions and 3 deletions

View file

@ -36,9 +36,9 @@ interface IProps {
// a callback which is called when the video element is resized
// due to a change in video metadata
onResize?: (e: Event) => void,
onResize?: (e: Event) => void;
primary: boolean,
primary: boolean;
}
interface IState {