pyi fix fr

This commit is contained in:
Elijah 2024-10-18 13:13:29 +00:00
parent 81da27c777
commit c310c6b080

View File

@ -701,7 +701,6 @@ class HighLevelSelect(SelectRoot):
"""Create a select component. """Create a select component.
Args: Args:
items: The items of the select.
items: The items of the select. items: The items of the select.
placeholder: The placeholder of the select. placeholder: The placeholder of the select.
label: The label of the select. label: The label of the select.
@ -875,7 +874,6 @@ class Select(ComponentNamespace):
"""Create a select component. """Create a select component.
Args: Args:
items: The items of the select.
items: The items of the select. items: The items of the select.
placeholder: The placeholder of the select. placeholder: The placeholder of the select.
label: The label of the select. label: The label of the select.