UNPKG

@nova-ui/bits

Version:

SolarWinds Nova Framework

8 lines (7 loc) 394 B
import { InjectionToken } from "@angular/core"; import { IOption } from "./types"; import { OverlayContainerType } from "./types"; export declare const OVERLAY_ITEM: InjectionToken<IOption>; export declare const OVERLAY_CONTAINER: InjectionToken<OverlayContainerType>; export declare const OVERLAY_WITH_POPUP_STYLES_CLASS = "with-popup-styles"; export declare const OVERLAY_ARROW_SIZE = 12.72;