UNPKG

@luciodale/react-searchable-dropdown

Version:
8 lines 453 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[]; //# sourceMappingURL=DropdownOptionLabel.d.ts.map