UNPKG

212 BTypeScriptView Raw
1import { PopoverConfig } from './popover.config';
2export declare class PopoverContainerComponent {
3 placement: string;
4 title: string;
5 readonly isBs3: boolean;
6 constructor(config: PopoverConfig);
7}