UNPKG

507 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2import * as i1 from "./popover";
3export { NgbPopover } from './popover';
4export { NgbPopoverConfig } from './popover-config';
5export { Placement } from '../util/positioning';
6export declare class NgbPopoverModule {
7 static ɵfac: i0.ɵɵFactoryDeclaration<NgbPopoverModule, never>;
8 static ɵmod: i0.ɵɵNgModuleDeclaration<NgbPopoverModule, never, [typeof i1.NgbPopover], [typeof i1.NgbPopover]>;
9 static ɵinj: i0.ɵɵInjectorDeclaration<NgbPopoverModule>;
10}