UNPKG

@shutootaki/gwm

Version:
15 lines 438 B
import React from 'react'; import { SelectItem } from '../types/common.js'; interface SelectListProps { items: SelectItem[]; onSelect: (item: SelectItem) => void; onCancel: () => void; placeholder?: string; initialQuery?: string; maxDisplayItems?: number; title?: string; showStats?: boolean; } export declare const SelectList: React.FC<SelectListProps>; export {}; //# sourceMappingURL=SelectList.d.ts.map