com.phloxui
Version:
PhloxUI Ng2+ Framework
11 lines (10 loc) • 332 B
TypeScript
import { Type } from '@angular/core';
export declare class WizardHeaderModel {
label: string;
imageURL: string;
type: Type<any>;
model: any;
height: number;
styleClasses: string[];
constructor(label: string, imageURL: string, headerType: Type<any>, model: any, height: number, styleClasses: string[]);
}