{"version":3,"file":"timepicker-config.d.ts","sources":["timepicker-config.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA","sourcesContent":["/**\r\n * A configuration service for the [`NgbTimepicker`](#/components/timepicker/api#NgbTimepicker) 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 timepickers used in the application.\r\n */\r\nexport declare class NgbTimepickerConfig {\r\n    meridian: boolean;\r\n    spinners: boolean;\r\n    seconds: boolean;\r\n    hourStep: number;\r\n    minuteStep: number;\r\n    secondStep: number;\r\n    disabled: boolean;\r\n    readonlyInputs: boolean;\r\n    size: 'small' | 'medium' | 'large';\r\n}\r\n"]}