Type alias SelectListProps

SelectListProps: HTMLChakraProps<"ul"> & Pick<SelectProps, "size"> & { emptyResultsLabel?: string }

Generated using TypeDoc