forked from MapComplete/MapComplete
Update comment
This commit is contained in:
parent
203d1b6b34
commit
ad13444883
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
import BaseUIElement from "../BaseUIElement"
|
||||
|
||||
/**
|
||||
* The SvelteUIComponent serves as a translating class which which wraps a SvelteElement into the BaseUIElement framework.
|
||||
*/
|
||||
export default class SvelteUIElement extends BaseUIElement {
|
||||
private readonly _svelteComponent
|
||||
private readonly _props: Record<string, any>
|
||||
|
|
Loading…
Reference in a new issue