UNPKG

com.phloxui

Version:

PhloxUI Ng2+ Framework

8 lines (7 loc) 196 B
export declare class CalendarEntry { title: string; startDateTime: Date; endDateTime: Date; wrapper: any; constructor(title: string, startDateTime: Date, endDateTime: Date); }