Refactoring: port Parts of OHVis to svelte

This commit is contained in:
Pieter Vander Vennet 2025-06-02 17:19:55 +02:00
parent 56020adc2f
commit 3b2c2462c5
4 changed files with 65 additions and 58 deletions

View file

@ -2,6 +2,9 @@ import { FixedUiElement } from "./FixedUiElement"
import { Utils } from "../../Utils"
import BaseUIElement from "../BaseUIElement"
/**
* @deprecated
*/
export default class Combine extends BaseUIElement {
private readonly uiElements: BaseUIElement[]