UNPKG

@luciodale/react-searchable-dropdown

Version:
11 lines (9 loc) 354 B
import { FunctionComponent, RefObject } from 'react'; type TClearAllButton = { onClear: () => void; inputRef: RefObject<HTMLInputElement>; className?: string; Icon?: FunctionComponent; }; export declare function ClearAllButton({ onClear, inputRef, className, Icon }: TClearAllButton): import("react/jsx-runtime").JSX.Element; export {};