UNPKG

ajsfw

Version:
7 lines (6 loc) 221 B
import { CtorTyped } from "ajsfw/types"; import { IViewComponent } from "./IViewComponent"; export interface IViewComponentDependencies { viewComponentCtor: CtorTyped<IViewComponent>; dependencies: any[]; }