UNPKG

@skyux/modals

Version:

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

14 lines (13 loc) 500 B
import { SkyModalHostContextArgs } from './modal-host-context-args'; import * as i0 from "@angular/core"; /** * Provided by the modal service to give the modal host * component additional context and features. * @internal */ export declare class SkyModalHostContext { args: SkyModalHostContextArgs; constructor(args: SkyModalHostContextArgs); static ɵfac: i0.ɵɵFactoryDeclaration<SkyModalHostContext, never>; static ɵprov: i0.ɵɵInjectableDeclaration<SkyModalHostContext>; }