Repository URL to install this package:
import { SelectProps } from './typings'; import { SelectableState } from 'src/state/SelectionState'; export declare function renderList(props: SelectProps, state: SelectableState): any[];