UNPKG

719 BSource Map (JSON)View Raw
1{"version":3,"file":"tooltip-container.component.d.ts","sources":["tooltip-container.component.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { AfterViewInit } from '@angular/core';\nimport { TooltipConfig } from './tooltip.config';\nimport { IBsVersion } from 'ngx-bootstrap/utils';\nexport declare class TooltipContainerComponent implements AfterViewInit {\n classMap?: {\n [key: string]: boolean;\n };\n placement?: string;\n containerClass?: string;\n animation?: boolean;\n id?: string;\n get _bsVersions(): IBsVersion;\n constructor(config: TooltipConfig);\n ngAfterViewInit(): void;\n}\n"]}
\No newline at end of file