UNPKG

@tabula/ui-selector

Version:

Selector allow users to choose a single option from a collapsible list of options when space is limited

7 lines (6 loc) 313 B
import { ReactNode } from 'react'; import { Props } from './Search.types'; export declare function Search({ autoFocus, className, forwardedRef, inputClassName, onChange, onClear, onClick, placeholder, showClearControl, value, }: Props): ReactNode; export declare namespace Search { var displayName: string; }