UNPKG

@skyux/modals

Version:

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

7 lines (6 loc) 197 B
import { InjectionToken } from '@angular/core'; import { SkyConfirmConfig } from './confirm-config'; /** * @internal */ export declare const SKY_CONFIRM_CONFIG: InjectionToken<SkyConfirmConfig>;