UNPKG
react-archer
Version:
latest (4.4.0)
4.4.0
4.3.0
4.2.3
4.2.2
4.2.1
4.2.0
4.1.0
4.0.1
4.0.0
3.3.0
3.2.2
3.2.1
3.2.0
3.1.0
3.0.0
2.0.2
2.0.1
2.0.0
1.6.0
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Draw arrows between DOM elements in React
github.com/pierpo/react-archer
pierpo/react-archer
react-archer
/
lib
/
ArcherContainer
/
ArcherContainer.constants.d.ts
13 lines
(12 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export declare const endShapeDefaultProp: { arrow: { arrowLength: number; arrowThickness: number; };
circle
: { radius: number; fillColor: string; strokeColor: string; strokeWidth: number; }; };