Fixed type in documentation (TreeItem[] -> SlTreeItem[])

This commit is contained in:
Matt Pharoah
2023-02-07 17:44:56 -05:00
parent 0a555c53c7
commit 358ad7bb30

View File

@@ -54,7 +54,7 @@ function syncCheckboxes(changedTreeItem: SlTreeItem, initialSync = false) {
* @status stable
* @since 2.0
*
* @event {{ selection: TreeItem[] }} sl-selection-change - Emitted when a tree item is selected or deselected.
* @event {{ selection: SlTreeItem[] }} sl-selection-change - Emitted when a tree item is selected or deselected.
*
* @slot - The default slot.
* @slot expand-icon - The icon to show when the tree item is expanded. Works best with `<sl-icon>`.