UNPKG

hy-vue-gantt

Version:

Evolution of vue-ganttastic package

8 lines (7 loc) 209 B
import type { ChartRow } from "./chart"; export interface HistoryState { rows: ChartRow[]; expandedGroups: Set<string | number>; customOrder: Map<string | number, number>; timestamp: number; }