UNPKG
@thetechcompany/react-flow-renderer
Version:
latest (8.0.0)
8.0.0
``` npm install react-flow-renderer ```
wbkd/react-flow
@thetechcompany/react-flow-renderer
/
dist
/
additional-components
/
index.d.ts
5 lines
(4 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
export
{
default
as
MiniMap
}
from
'./MiniMap'
;
export
{
default
as
Controls
}
from
'./Controls'
;
export
{
default
as
Background
}
from
'./Background'
;
export
{
default
as
ReactFlowProvider
}
from
'./ReactFlowProvider'
;