Skip to content

Commit aed2482

Browse files
committed
docs(storybook): document the default slot
1 parent 8a3c8e5 commit aed2482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/uui-keyboard-shortcut/lib/uui-keyboard-shortcut.element.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import { css, html, LitElement } from 'lit';
21
import { defineElement } from '@umbraco-ui/uui-base/lib/registration';
2+
import { css, html, LitElement } from 'lit';
33

44
/**
55
* A visual representation of a keyboard shortcut.
66
* @element uui-keyboard-shortcut
7-
* @slot - for `<uui-key></uui-key>` elements
7+
* @slot default - for `<uui-key></uui-key>` elements
88
*/
99
@defineElement('uui-keyboard-shortcut')
1010
export class UUIKeyboardShortcutElement extends LitElement {

0 commit comments

Comments
 (0)