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