{"version":3,"file":"dropdown-config.d.ts","sources":["dropdown-config.d.ts"],"names":[],"mappings":"AAAA;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 [`NgbDropdown`](#/components/dropdown/api#NgbDropdown) 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 dropdowns used in the application.\r\n */\r\nexport declare class NgbDropdownConfig {\r\n    autoClose: boolean | 'outside' | 'inside';\r\n    placement: PlacementArray;\r\n    container: null | 'body';\r\n}\r\n"]}