1 | import { NbOverlayContainer } from '../overlay/mapping';
|
2 | import * as i0 from "@angular/core";
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 | export declare class NbOverlayContainerAdapter extends NbOverlayContainer {
|
11 | protected container: HTMLElement;
|
12 | setContainer(container: HTMLElement): void;
|
13 | clearContainer(): void;
|
14 | protected _createContainer(): void;
|
15 | protected checkContainer(): void;
|
16 | static ɵfac: i0.ɵɵFactoryDeclaration<NbOverlayContainerAdapter, never>;
|
17 | static ɵprov: i0.ɵɵInjectableDeclaration<NbOverlayContainerAdapter>;
|
18 | }
|