Skip to content

Commit

Permalink
type change
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanalvizo committed Jun 8, 2024
1 parent 991b4e7 commit 1d0f4f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/ui/src/deephaven/ui/components/item.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

def item(
*children: Stringable,
title: Stringable | None = None,
text_value: Stringable | None = None,
aria_label: Stringable | None = None,
title: str | None = None,
text_value: str | None = None,
aria_label: str | None = None,
child_items: ItemList | None = None,
has_child_items: bool | None = None,
**props: Any
Expand Down

0 comments on commit 1d0f4f4

Please sign in to comment.