Fix TS types
This commit is contained in:
parent
ae411b9401
commit
36efa448b2
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ interface IProps {
|
|||
pipMode?: boolean;
|
||||
|
||||
// Used for dragging the PiP CallView
|
||||
onMouseDownOnHeader?: (event: React.MouseEvent<Element, MouseEvent>) => void;
|
||||
onMouseDownOnHeader?: (event: MouseEvent) => void;
|
||||
}
|
||||
|
||||
interface IState {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue