UNPKG

@skyux/modals

Version:

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

9 lines (8 loc) 235 B
import { SkyConfirmConfig } from './confirm-config'; import { SkyConfirmInstance } from './confirm-instance'; /** * @internal */ export interface SkyConfirmServiceInterface { open(config: SkyConfirmConfig): SkyConfirmInstance; }