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
/
components
/
Edges
/
StepEdge.d.ts
5 lines
(4 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
import
{
EdgeSmoothStepProps
}
from
'../../types'
;
declare
const
_default
:
React
.
MemoExoticComponent
<
(
props
:
EdgeSmoothStepProps
) =>
JSX
.
Element
>;
export
default
_default;