UNPKG

ajsfw

Version:
5 lines (4 loc) 148 B
import { IViewComponent } from "./IViewComponent"; export interface IInstancedViewComponentsCollection { [index: number]: IViewComponent; }