{"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';\r\n/**\r\n * A configuration service for the [`NgbTypeahead`](#/components/typeahead/api#NgbTypeahead) component.\r\n *\r\n * You can inject this service, typically in your root component, and customize the values of its properties in\r\n * order to provide default values for all the typeaheads used in the application.\r\n */\r\nexport declare class NgbTypeaheadConfig {\r\n    container: any;\r\n    editable: boolean;\r\n    focusFirst: boolean;\r\n    showHint: boolean;\r\n    placement: PlacementArray;\r\n}\r\n"]}