UNPKG
@visx/hierarchy
Version:
alpha (0.0.200-alpha.0)
latest (3.12.0)
next (4.0.0-alpha.11)
4.0.1-alpha.0
4.0.0-alpha.11
4.0.0-alpha.10
4.0.0-alpha.9
4.0.0-alpha.3
4.0.0-alpha.1
4.0.0-alpha.0
3.13.0-alpha.0
3.12.0
3.3.0
3.0.0
3.0.0-alpha.0
2.17.0
2.17.0-alpha.0
2.10.0
2.10.0-alpha.0
2.1.2
2.1.0
2.0.1-alpha.0
1.17.1
1.7.0
1.6.1
1.0.0
0.0.200-alpha.0
visx tree
github.com/airbnb/visx
airbnb/visx
@visx/hierarchy
/
lib
/
HierarchyDefaultRectNode.d.ts
11 lines
•
326 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/// <reference types="react" />
export
declare
type
NodeProps
= {
node
: {
x0
:
number
;
x1
:
number
;
y0
:
number
;
y1
:
number
; }; };
export
default
function
HierarchyDefaultRectNode
(
{ node: { x0, x1, y0, y1 } }:
NodeProps
):
JSX
.
Element
;
//# sourceMappingURL=HierarchyDefaultRectNode.d.ts.map