@ng-bootstrap/ng-bootstrap
Version:
Angular powered Bootstrap
11 lines (10 loc) • 507 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./popover";
export { NgbPopover } from './popover';
export { NgbPopoverConfig } from './popover-config';
export { Placement } from '../util/positioning';
export declare class NgbPopoverModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgbPopoverModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgbPopoverModule, never, [typeof i1.NgbPopover], [typeof i1.NgbPopover]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgbPopoverModule>;
}