UNPKG

@joint/react

Version:

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

5 lines (4 loc) 257 B
import type { Store } from '../data/create-store'; export type StoreContext = Store; export declare const GraphStoreContext: import("react").Context<Store | undefined>; export declare const GraphAreElementsMeasuredContext: import("react").Context<boolean>;