-
Notifications
You must be signed in to change notification settings - Fork 715
/
index.ts
65 lines (64 loc) · 1.55 KB
/
index.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
import * as Annotation from '@visx/annotation';
import * as Axis from '@visx/axis';
import * as Bounds from '@visx/bounds';
import * as Brush from '@visx/brush';
import * as ClipPath from '@visx/clip-path';
import * as Curve from '@visx/curve';
import * as Drag from '@visx/drag';
import * as Event from '@visx/event';
import * as Geo from '@visx/geo';
import * as Glyph from '@visx/glyph';
import * as Gradient from '@visx/gradient';
import * as Grid from '@visx/grid';
import * as Group from '@visx/group';
import * as Heatmap from '@visx/heatmap';
import * as Hierarchy from '@visx/hierarchy';
import * as Legend from '@visx/legend';
import * as Marker from '@visx/marker';
import * as MockData from '@visx/mock-data';
import * as Network from '@visx/network';
import * as Pattern from '@visx/pattern';
import * as Point from '@visx/point';
import * as Responsive from '@visx/responsive';
import * as Scale from '@visx/scale';
import * as Shape from '@visx/shape';
import * as Text from '@visx/text';
import * as Threshold from '@visx/threshold';
import * as Tooltip from '@visx/tooltip';
import * as Voronoi from '@visx/voronoi';
import * as Wordcloud from '@visx/wordcloud';
import * as XYChart from '@visx/xychart';
import * as Zoom from '@visx/zoom';
export {
Annotation,
Axis,
Bounds,
Brush,
ClipPath,
Curve,
Drag,
Event,
Geo,
Glyph,
Gradient,
Grid,
Group,
Heatmap,
Hierarchy,
Legend,
Marker,
MockData,
Network,
Pattern,
Point,
Responsive,
Scale,
Shape,
Text,
Threshold,
Tooltip,
Voronoi,
Wordcloud,
XYChart,
Zoom,
};