com.phloxui
Version:
PhloxUI Ng2+ Framework
9 lines (8 loc) • 320 B
TypeScript
import { Type } from '@angular/core';
export declare class SimpleListModel {
titleFieldName: string;
titleType: Type<any>;
descriptionFieldName: string;
descriptionType: Type<any>;
constructor(titleFieldName: string, titleType: Type<any>, descriptionFieldName: string, descriptionType: Type<any>);
}