UNPKG

763 BTypeScriptView Raw
1import { PopoverConfig } from './popover.config';
2import { IBsVersion } from 'ngx-bootstrap/utils';
3import { AvailbleBSPositions } from 'ngx-bootstrap/positioning';
4import * as i0 from "@angular/core";
5export declare class PopoverContainerComponent {
6 set placement(value: AvailbleBSPositions);
7 title?: string;
8 containerClass?: string;
9 popoverId?: string;
10 _placement: string;
11 get _bsVersions(): IBsVersion;
12 constructor(config: PopoverConfig);
13 checkMarginNecessity(): string;
14 static ɵfac: i0.ɵɵFactoryDeclaration<PopoverContainerComponent, never>;
15 static ɵcmp: i0.ɵɵComponentDeclaration<PopoverContainerComponent, "popover-container", never, { "placement": "placement"; "title": "title"; }, {}, never, ["*"], false>;
16}