UNPKG

@skyux/modals

Version:

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

9 lines (8 loc) 281 B
import { SkyModalInstance } from './modal-instance'; import { SkyModalConfigurationInterface } from './modal.interface'; /** * @internal */ export interface SkyModalServiceInterface { open(component: any, config?: SkyModalConfigurationInterface | any[]): SkyModalInstance; }