UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

6 lines (5 loc) 276 B
import { Type } from '@angular/core'; import { ComponentCalendarEntryModel } from './ComponentCalendarEntryModel'; export declare class CalendarEntryListPopoverModel extends ComponentCalendarEntryModel { constructor(title: string, date: Date, componentType: Type<any>); }