UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

9 lines (8 loc) 263 B
import { Type } from '@angular/core'; export declare class ComponentCalendarEntryModel { title: string; description: string; date: Date; type: Type<any>; constructor(title: string, description: string, date: Date, componentType: Type<any>); }