fix: add correct types

This commit is contained in:
Jacob Overgaard
2024-05-30 13:55:22 +02:00
parent 82029b71e1
commit e491d380e2

View File

@@ -33,7 +33,7 @@ export class UmbPropertyLayoutElement extends UmbLitElement {
/**
* Orientation: Horizontal is the default where label goes left and editor right.
* Vertical is where label goes above the editor.
* @type {string}
* @enum ['horizontal', 'vertical']
* @attr
* @default ''
*/