UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

10 lines (9 loc) 201 B
export declare function diff<T extends { [key: string]: any; }>(oldList: T[], newList: T[], key: string): { moves: { index: number; type: number; item: any; }[]; };