forked from MapComplete/MapComplete
Refactoring: add deprecation warnings
This commit is contained in:
parent
d749b5c68f
commit
df82c17cc1
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
import BaseUIElement from "./BaseUIElement"
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
export abstract class UIElement extends BaseUIElement {
|
||||
/**
|
||||
* Should be overridden for specific HTML functionality
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue