mirror of
https://github.com/ilyhalight/voice-over-translation.git
synced 2026-05-01 21:10:25 +00:00
chore: updated ui types
This commit is contained in:
parent
3d5e835ee2
commit
827fc0a06c
4 changed files with 12 additions and 5 deletions
|
|
@ -10,7 +10,7 @@ export type ButtonLayout = {
|
|||
export type UIManagerProps = {
|
||||
root: HTMLElement;
|
||||
portalContainer: HTMLElement;
|
||||
tooltipLayoutRoot: HTMLElement;
|
||||
tooltipLayoutRoot?: HTMLElement;
|
||||
data?: Partial<StorageData>;
|
||||
videoHandler?: VideoHandler;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue