UNPKG

theme-lib

Version:

This is a simple example Angular Library published to npm.

8 lines (7 loc) 296 B
import { NbOverlayContainer } from '../overlay/mapping'; export declare class NbOverlayContainerAdapter extends NbOverlayContainer { protected container: HTMLElement; setContainer(container: HTMLElement): void; clearContainer(): void; protected _createContainer(): void; }