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