ref(TS) Convert some components to TS (#13137)

*Remove unnecessary @ts-ignores
This commit is contained in:
Robert Pintilii
2023-03-30 15:30:15 +03:00
committed by GitHub
parent 206a4afd76
commit 46c91b7566
68 changed files with 318 additions and 405 deletions

View File

@@ -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.