{"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';\n/**\n * A configuration service for the [`NgbDropdown`](#/components/dropdown/api#NgbDropdown) 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 dropdowns used in the application.\n */\nexport declare class NgbDropdownConfig {\n autoClose: boolean | 'outside' | 'inside';\n placement: PlacementArray;\n container: null | 'body';\n}\n"]}