Function: Dropdown()
Dropdown(
props):Element
Defined in: src/components/Dropdown.tsx:21
Render a dropdown component for navigation in the calendar.
Parameters
| Parameter | Type | 
|---|---|
props | { classNames: ClassNames; components: CustomComponents; options?: DropdownOption[]; } & Omit<SelectHTMLAttributes<HTMLSelectElement>, "children"> | 
Returns
Element