UNPKG

@joint/react

Version:

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

3 lines (2 loc) 115 B
import type { dia } from '@joint/core'; export declare function isReactElement(value: unknown): value is dia.Cell;