UNPKG

@luciodale/react-searchable-dropdown

Version:
8 lines (7 loc) 404 B
export declare function DropdownOptionLabel({ optionLabel, searchQuery, highlightMatches, classNameDropdownOptionLabel, classNameDropdownOptionLabelFocused, }: { optionLabel: string; searchQuery: string | undefined; highlightMatches: boolean; classNameDropdownOptionLabel?: string; classNameDropdownOptionLabelFocused?: string; }): string | import("react/jsx-runtime").JSX.Element[];