{"version":3,"file":"tabset-config.d.ts","sources":["tabset-config.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;;AACA","sourcesContent":["/**\r\n * A configuration service for the [`NgbTabset`](#/components/tabset/api#NgbTabset) 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 tabsets used in the application.\r\n */\r\nexport declare class NgbTabsetConfig {\r\n    justify: 'start' | 'center' | 'end' | 'fill' | 'justified';\r\n    orientation: 'horizontal' | 'vertical';\r\n    type: 'tabs' | 'pills';\r\n}\r\n"]}