UNPKG
@joint/react
Version:
alpha (1.0.0-alpha.1)
latest (1.0.0-alpha.5)
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha.0
0.1.1-alpha.1
React bindings and hooks for JointJS to build interactive diagrams and graphs.
jointjs.com
@joint/react
/
dist
/
types
/
context
/
graph-store-context.d.ts
5 lines
(4 loc)
•
257 B
TypeScript
View Raw
1
2
3
4
5
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
>;