UNPKG

@nova-ui/bits

Version:

SolarWinds Nova Framework

12 lines (11 loc) 450 B
import { Atom } from "../../atom"; export declare class OverlayAtom extends Atom { static CSS_CLASS: string; static CDK_CONTAINER: string; static CDK_CONTAINER_BOX: string; static CDK_CONTAINER_PANE: string; static cdkContainer: import("protractor").ElementFinder; static cdkContainerBox: import("protractor").ElementFinder; static cdkContainerPane: import("protractor").ElementFinder; isOpened(): Promise<boolean>; }