1 | import * as i0 from "@angular/core";
|
2 | import * as i1 from "./popover";
|
3 | export { NgbPopover } from './popover';
|
4 | export { NgbPopoverConfig } from './popover-config';
|
5 | export { Placement } from '../util/positioning';
|
6 | export 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 | }
|