{"version":3,"file":"nav-config.d.ts","sources":["nav-config.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA","sourcesContent":["import { NgbConfig } from '../ngb-config';\n/**\n * A configuration service for the [`NgbNav`](#/components/nav/api#NgbNav) 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 navs used in the application.\n *\n * @since 5.2.0\n */\nexport declare class NgbNavConfig {\n animation: boolean;\n destroyOnHide: boolean;\n orientation: 'horizontal' | 'vertical';\n roles: 'tablist' | false;\n keyboard: boolean | 'changeWithArrows';\n constructor(ngbConfig: NgbConfig);\n}\n"]}