import { type DropdownProps } from "https://deno.land/x/netzo@0.4.72/deps/react-day-picker.ts";
The props for the Dropdown component.
Properties
optional
children: SelectHTMLAttributes<HTMLSelectElement>["children"]optional
style: CSSPropertiesoptional
onChange: ChangeEventHandler<HTMLSelectElement>