Fix types
This commit is contained in:
parent
cba87f433b
commit
7513f5ba7c
3 changed files with 8 additions and 5 deletions
|
@ -55,7 +55,7 @@ interface IProps {
|
|||
|
||||
// a callback which is called when the content in the CallView changes
|
||||
// in a way that is likely to cause a resize.
|
||||
onResize?: () => void;
|
||||
onResize?: (event: Event) => void;
|
||||
|
||||
// Whether this call view is for picture-in-picture mode
|
||||
// otherwise, it's the larger call view when viewing the room the call is in.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue