@nebular/theme
Version:
@nebular/theme
19 lines (18 loc) • 815 B
TypeScript
import { NbOverlayContainer } from '../overlay/mapping';
import * as i0 from "@angular/core";
/**
* Provides nb-layout as overlay container.
* Container has to be cleared when layout destroys.
* Another way previous version of the container will be used
* but it isn't inserted in DOM and exists in memory only.
* This case important only if you switch between multiple layouts.
* */
export declare class NbOverlayContainerAdapter extends NbOverlayContainer {
protected container: HTMLElement;
setContainer(container: HTMLElement): void;
clearContainer(): void;
protected _createContainer(): void;
protected checkContainer(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NbOverlayContainerAdapter, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NbOverlayContainerAdapter>;
}