UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

9 lines (8 loc) 226 B
export declare class DialogModel { title: string; body: any; type: string; width: string; height: string; constructor(title?: string, body?: any, modelType?: string, width?: string, height?: string); }