Skip to content

Commit 95b8136

Browse files
committed
add JSDocs
1 parent 3ea4469 commit 95b8136

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/uui-dialog-layout/lib/uui-dialog-layout.element.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ import { defineElement } from '@umbraco-ui/uui-base/lib/registration';
44

55
/**
66
* @element uui-dialog-layout
7+
* @slot default - Use this for the text content
8+
* @slot headline - Use this for slotted headline
9+
* @slot actions - Use this for actions
10+
* @description - Default dialog layout
711
*/
812
@defineElement('uui-dialog-layout')
913
export class UUIDialogLayoutElement extends LitElement {

0 commit comments

Comments
 (0)