UNPKG

@ux-aspects/ux-aspects

Version:

Open source user interface framework for building modern, responsive, mobile big data applications

5 lines (4 loc) 73 B
export interface SankeyNode<T> { id: number | string; data: T; }