UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

8 lines (7 loc) 299 B
import { Type } from '@angular/core'; import { ViewModel } from './ViewModel'; export declare class FormViewModel extends ViewModel { tabComponentType: Type<any>; tabComponentModel: any; constructor(iconURL: string, label: string, tabComponentType: Type<any>, tabComponentModel: any); }