UNPKG

@joint/react

Version:

React bindings and hooks for JointJS to build interactive diagrams and graphs.

5 lines (4 loc) 100 B
import type { dia } from '@joint/core'; export interface CellWithId { readonly id: dia.Cell.ID; }