UNPKG

1.78 kBTypeScriptView Raw
1export { ICanvas, IElement, IGroup, IShape, PathCommand, BBox, Point, ShapeAttrs, Event, AbstractGroup, AbstractShape, } from '@antv/g-base';
2export declare type IG = any;
3export { registerAdjust, getAdjust, Adjust } from '@antv/adjust';
4export { getAttribute, Attribute } from '@antv/attr';
5export { Color } from '@antv/attr';
6export { getCoordinate, registerCoordinate, Coordinate, CoordinateCfg } from '@antv/coord';
7export { getScale, registerScale, Scale, ScaleConfig, Tick } from '@antv/scale';
8import { Annotation, Axis, Component, Crosshair, Grid, GroupComponent, HtmlComponent, Legend, Slider, Tooltip, Scrollbar } from '@antv/component';
9export { CategoryLegendCfg, CircleAxisCfg, LineAxisCfg, GroupComponentCfg, ListItem, AxisLineCfg, AxisTickLineCfg, AxisSubTickLineCfg, AxisTitleCfg, AxisLabelCfg, GridLineCfg, LegendMarkerCfg, LegendTitleCfg, LegendBackgroundCfg, LegendItemNameCfg, LegendItemValueCfg, LegendPageNavigatorCfg, ContinueLegendCfg, ContinueLegendTrackCfg, ContinueLegendRailCfg, ContinueLegendLabelCfg, ContinueLegendHandlerCfg, CrosshairLineCfg, CrosshairTextCfg, CrosshairTextBackgroundCfg, SliderCfg, TrendCfg, EnhancedTextCfg, LineAnnotationTextCfg, IComponent, IList, } from '@antv/component';
10export { HtmlComponent, GroupComponent, Component, Crosshair };
11export { Annotation };
12declare const LineAxis: typeof Axis.Line, CircleAxis: typeof Axis.Circle;
13export { LineAxis, CircleAxis };
14declare const LineGrid: typeof Grid.Line, CircleGrid: typeof Grid.Circle;
15export { LineGrid, CircleGrid };
16declare const CategoryLegend: typeof Legend.Category, ContinuousLegend: typeof Legend.Continuous;
17export { CategoryLegend, ContinuousLegend };
18declare const HtmlTooltip: typeof Tooltip.Html;
19export { HtmlTooltip };
20export { Slider };
21export { Scrollbar };