From ad13444883fdadd939dc338d5625ceab97d1ba1a Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sun, 22 Jan 2023 20:59:50 +0100 Subject: [PATCH] Update comment --- UI/Base/SvelteUIElement.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UI/Base/SvelteUIElement.ts b/UI/Base/SvelteUIElement.ts index 654acaa0a..929cd3299 100644 --- a/UI/Base/SvelteUIElement.ts +++ b/UI/Base/SvelteUIElement.ts @@ -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