{"version":3,"file":"typeahead-config.d.ts","sources":["typeahead-config.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;;AACA","sourcesContent":["import { PlacementArray } from '../util/positioning';\n/**\n * A configuration service for the [`NgbTypeahead`](#/components/typeahead/api#NgbTypeahead) component.\n *\n * You can inject this service, typically in your root component, and customize the values of its properties in\n * order to provide default values for all the typeaheads used in the application.\n */\nexport declare class NgbTypeaheadConfig {\n container: any;\n editable: boolean;\n focusFirst: boolean;\n showHint: boolean;\n placement: PlacementArray;\n}\n"]}