chore: updated ui types

This commit is contained in:
Toil 2025-06-11 19:30:47 +03:00
parent 3d5e835ee2
commit 827fc0a06c
No known key found for this signature in database
GPG key ID: 57248E2819D32070
4 changed files with 12 additions and 5 deletions

View file

@ -10,7 +10,7 @@ export type ButtonLayout = {
export type UIManagerProps = {
root: HTMLElement;
portalContainer: HTMLElement;
tooltipLayoutRoot: HTMLElement;
tooltipLayoutRoot?: HTMLElement;
data?: Partial<StorageData>;
videoHandler?: VideoHandler;
};