Home > @yext/search-ui-react > DropdownItem
A wrapper component for specifying a DropdownItemWithIndex. The index will be automatically provided by the Dropdown component instance.
Signature:
export declare function DropdownItem(_props: DropdownItemProps): JSX.Element | null;
Parameter | Type | Description |
---|---|---|
_props | DropdownItemProps |
Returns:
JSX.Element | null