{"version":3,"file":"datepicker-input-config.d.ts","sources":["datepicker-input-config.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;;AACA","sourcesContent":["import { NgbDatepickerConfig } from './datepicker-config';\nimport { PlacementArray } from '../util/positioning';\n/**\n * A configuration service for the [`NgbDatepickerInput`](#/components/datepicker/api#NgbDatepicker) 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 datepicker inputs used in the application.\n *\n * @since 5.2.0\n */\nexport declare class NgbInputDatepickerConfig extends NgbDatepickerConfig {\n autoClose: boolean | 'inside' | 'outside';\n container: null | 'body';\n positionTarget: string | HTMLElement;\n placement: PlacementArray;\n restoreFocus: true | HTMLElement | string;\n}\n"]}