Skip to content

Commit

Permalink
docs: add jsdocs for children
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Liberati <dej611@users.noreply.github.com>
  • Loading branch information
federico-ntr and dej611 authored Jun 26, 2023
1 parent 9e30468 commit b5657a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ export interface SelectProps {
* L'etichetta del campo
*/
label: string;
/**
* La lista di opzioni da visualizzare nella tendina del Select
*/
children: ReactElement<'option'>[];
/**
* Gestisce il cambio del valore selezionato
Expand Down

0 comments on commit b5657a2

Please sign in to comment.