UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

11 lines (10 loc) 397 B
import { default as React } from 'react'; import { FormSelectChoice } from '../../../../lib/types/types'; interface SelectListProps { getItemProps: any; highlightedIndex: number; itemToString: any; options: FormSelectChoice[]; } export declare const SelectListComponent: ({ getItemProps, highlightedIndex, options, itemToString }: SelectListProps) => React.JSX.Element; export {};