Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 710 Bytes

search-ui-react.dropdownitem.md

File metadata and controls

24 lines (14 loc) · 710 Bytes

Home > @yext/search-ui-react > DropdownItem

DropdownItem() function

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;

Parameters

Parameter Type Description
_props DropdownItemProps

Returns:

JSX.Element | null