UNPKG

devexpress-gantt

Version:

DevExpress Gantt Control

9 lines (8 loc) 172 B
export class HistoryItemState { value: any; id: string; constructor(id: string, value: any) { this.id = id; this.value = value; } }