UNPKG
@ichooss/xflow
Version:
latest (2.0.11)
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
[English (US)](README.md) | 简体中文
github.com/antvis/XFlow
antvis/XFlow
@ichooss/xflow
/
dist
/
typing
/
context
/
StoreContext.d.ts
5 lines
•
278 B
TypeScript
View Raw
1
2
3
4
5
import
React
, {
type
FC
,
type
PropsWithChildren
}
from
'react'
;
import
{
type
GraphStore
}
from
'../store'
;
export
declare
const
StoreContext
:
React
.
Context
<
GraphStore
|
null
>;
export
declare
const
StoreProvider
:
FC
<
PropsWithChildren
>;
//# sourceMappingURL=StoreContext.d.ts.map