Repository URL to install this package:
|
Version:
2.7.3 ▾
|
import { SelectableState } from 'src/state/SelectionState';
import { SelectProps } from '../typings';
import { OptionType } from './typings';
export declare function renderItem(item: OptionType, props: SelectProps, state: SelectableState): JSX.Element;