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
/
Handle
/
index.d.ts
8 lines
(7 loc)
•
303 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
import
{
HandleProps
}
from
'../../types'
;
declare
const
_default
:
React
.
MemoExoticComponent
<{ ({
type
, position, isValidConnection, isConnectable, style, className, id, onConnect, }:
HandleProps
):
JSX
.
Element
;
displayName
:
string
; }>;
export
default
_default;