com.phloxui
Version:
PhloxUI Ng2+ Framework
10 lines (9 loc) • 338 B
TypeScript
import { Type } from '@angular/core';
export declare class ComponentSlidePaneModel {
type: Type<any>;
model: any;
styleClass: string[];
slidePaneWidth: string;
slidePaneHeight: string;
constructor(componentType?: Type<any>, model?: any, styleClass?: string[], slidePaneWidth?: string, slidePaneHeight?: string);
}