UNPKG
@visx/point
Version:
alpha (0.0.200-alpha.0)
latest (4.0.0)
next (4.0.0-alpha.18)
4.0.1-alpha.0
4.0.0
4.0.0-alpha.18
4.0.0-alpha.17
4.0.0-alpha.16
4.0.0-alpha.15
4.0.0-alpha.14
4.0.0-alpha.12
4.0.0-alpha.11
4.0.0-alpha.10
4.0.0-alpha.9
4.0.0-alpha.1
4.0.0-alpha.0
3.12.0
3.3.0
3.0.1
3.0.0
2.17.0
2.17.0-alpha.0
2.6.0
2.1.0
1.7.0
1.6.1
1.0.0
0.0.200-alpha.0
visx point
github.com/airbnb/visx
airbnb/visx
@visx/point
/
lib
/
Point.d.ts
14 lines
•
281 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
default
class
Point
{
x
:
number
;
y
:
number
;
constructor
(
{ x, y }: { x?:
number
|
undefined
; y?:
number
|
undefined
; }
);
value
(): {
x
:
number
;
y
:
number
; };
toArray
():
number
[]; }
//# sourceMappingURL=Point.d.ts.map