@commercetools-uikit/select-utils
Version:
Utilities for working with select components.
9 lines (8 loc) • 420 B
TypeScript
import { DropdownIndicatorProps } from 'react-select';
import { TSelectInputCustomComponentProps } from "../types.js";
export type TDropdownIndicatorProps = TSelectInputCustomComponentProps<DropdownIndicatorProps>;
declare const SearchIconDropdownIndicator: {
(props: TDropdownIndicatorProps): import("@emotion/react/jsx-runtime").JSX.Element;
displayName: string;
};
export default SearchIconDropdownIndicator;