angular-bootstrap-md
Version:
Bootstrap 4 & Angular 15 UI KIT - 700+ components, MIT license, simple installation.
19 lines (18 loc) • 720 B
TypeScript
import { OnInit } from '@angular/core';
import { PopoverConfig } from './popover.config';
import * as i0 from "@angular/core";
export declare class PopoverContainerComponent implements OnInit {
placement: string;
title: string;
containerClass: string;
bodyClass: string;
headerClass: string;
show: string;
role: string;
class: any;
get isBs3(): boolean;
constructor(config: PopoverConfig);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverContainerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverContainerComponent, "mdb-popover-container", never, { "placement": "placement"; "title": "title"; }, {}, never, ["*"], false, never>;
}