UNPKG

ajsfw

Version:
6 lines (5 loc) 201 B
import { CtorTyped } from "ajsfw/types"; import { IViewComponent } from "./IViewComponent"; export interface IRegisteredViewComponentsCollection { [name: string]: CtorTyped<IViewComponent>; }