UNPKG
@kgdata/forcegraph
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
forcegraph
github.com/xxx/xxx
@kgdata/forcegraph
/
src
/
index.ts
10 lines
(5 loc)
•
174 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
ForceGraph
from
'./ForceGraph'
;
export
*
from
'./ForceGraph/typeDefinition'
;
export
*
from
'./hooks'
;
export
*
from
'./utils'
;
export
default
ForceGraph
;