UNPKG

@skyux/core

Version:

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

9 lines (8 loc) 291 B
import { StaticProvider } from '@angular/core'; import { SkyDockItemConfig } from './dock-item-config'; export interface SkyDockInsertComponentConfig extends SkyDockItemConfig { /** * Static providers to inject into the item's component. */ providers?: StaticProvider[]; }