{"version":3,"file":"tooltip-config.d.ts","sources":["tooltip-config.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA","sourcesContent":["import { PlacementArray } from '../util/positioning';\r\n/**\r\n * A configuration service for the [`NgbTooltip`](#/components/tooltip/api#NgbTooltip) 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 tooltips used in the application.\r\n */\r\nexport declare class NgbTooltipConfig {\r\n    autoClose: boolean | 'inside' | 'outside';\r\n    placement: PlacementArray;\r\n    triggers: string;\r\n    container: string;\r\n    disableTooltip: boolean;\r\n    tooltipClass: string;\r\n    openDelay: number;\r\n    closeDelay: number;\r\n}\r\n"]}