Refactoring: add deprecation warnings

This commit is contained in:
Pieter Vander Vennet 2023-10-30 14:35:00 +01:00
parent d749b5c68f
commit df82c17cc1
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
import BaseUIElement from "./BaseUIElement"
/**
* @deprecated
*/
export abstract class UIElement extends BaseUIElement {
/**
* Should be overridden for specific HTML functionality