out comment not used props

This commit is contained in:
Niels Lyngsø
2022-05-31 21:15:19 +02:00
parent 24fe18657f
commit 2626922e55

View File

@@ -30,9 +30,9 @@ export type UmbExtensionManifestSection = {
export type UmbManifestPropertyEditorMeta = {
icon: string;
group: string; // TODO: use group alias or other name to indicate that it could be used to look up translation.
groupAlias: string;
description: string;
configConfig: unknown;
//groupAlias: string;
//description: string;
//configConfig: unknown;
}
export type UmbExtensionManifestPropertyEditor = {
type: 'propertyEditorUI';