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
/
Nodes
/
DefaultNode.d.ts
8 lines
(7 loc)
•
269 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
import
{
NodeProps
}
from
'../../types'
;
declare
const
_default
:
React
.
MemoExoticComponent
<{ ({ data, isConnectable, targetPosition, sourcePosition, }:
NodeProps
):
JSX
.
Element
;
displayName
:
string
; }>;
export
default
_default;