Interface: DropdownProps
The props for the Dropdown component.
Properties​
aria-label​
• Optional
aria-label: string
Defined in​
components/Dropdown/Dropdown.tsx:11
caption​
• Optional
caption: ReactNode
Defined in​
components/Dropdown/Dropdown.tsx:8
children​
• Optional
children: ReactNode
Defined in​
components/Dropdown/Dropdown.tsx:9
className​
• Optional
className: string
Defined in​
components/Dropdown/Dropdown.tsx:10
onChange​
• Optional
onChange: ChangeEventHandler
<HTMLSelectElement
>
Defined in​
components/Dropdown/Dropdown.tsx:14
style​
• Optional
style: CSSProperties
Defined in​
components/Dropdown/Dropdown.tsx:12
value​
• Optional
value: string
| number