mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
ref(TS) Convert some components to TS (#13137)
*Remove unnecessary @ts-ignores
This commit is contained in:
@@ -83,7 +83,7 @@ interface IProps {
|
||||
/**
|
||||
* Target elements against which positioning calculations are made.
|
||||
*/
|
||||
offsetTarget?: HTMLElement;
|
||||
offsetTarget?: HTMLElement | null;
|
||||
|
||||
/**
|
||||
* Callback for click on an item in the menu.
|
||||
|
||||
Reference in New Issue
Block a user