@luciodale/react-searchable-dropdown
Version:
A reusable React searchable dropdown component.
8 lines • 453 B
TypeScript
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