UNPKG

@skyux/core

Version:

This library was generated with [Nx](https://nx.dev).

10 lines (9 loc) 243 B
import { SkyOverlayConfig } from './overlay-config'; /** * Contextual information for each overlay. * @internal */ export declare class SkyOverlayContext { readonly config: SkyOverlayConfig; constructor(config: SkyOverlayConfig); }