UNPKG

react-bootstrap-typeahead

Version:
14 lines (13 loc) 286 B
export interface Option { name: string; population: number; capital: string; region: 'South' | 'West' | 'Northeast' | 'Midwest'; } declare const _default: { name: string; population: number; capital: string; region: string; }[]; export default _default;