UNPKG

ngx-foundation

Version:

Native Angular Foundation for Sites Components

9 lines (8 loc) 240 B
import { PopoverConfig } from './popover.config'; export declare class PopoverContainerComponent { placement: string; title: string; containerClass: string; readonly isBs3: boolean; constructor(config: PopoverConfig); }