@antv/g2
Version:
the Grammar of Graphics in Javascript
28 lines (26 loc) • 1.38 kB
text/typescript
export { LinearAxis as AxisLinear, ArcAxis as AxisArc } from './axis';
export { AxisX } from './axisX';
export { AxisY } from './axisY';
export { AxisRadar } from './axisRadar';
export { LegendCategory } from './legendCategory';
export { LegendContinuous } from './legendContinuous';
export { LegendContinuousBlock } from './legendContinuousBlock';
export { LegendContinuousBlockSize } from './legendContinuousBlockSize';
export { LegendContinuousSize } from './legendContinuousSize';
export { TitleComponent } from './title';
export { SliderX } from './sliderX';
export { SliderY } from './sliderY';
export { ScrollbarX } from './scrollbarX';
export { ScrollbarY } from './scrollbarY';
export { Legends } from './legends';
export type { AxisXOptions } from './axisX';
export type { AxisYOptions } from './axisY';
export type { LegendCategoryOptions } from './legendCategory';
export type { LegendContinuousOptions } from './legendContinuous';
export type { LegendContinuousBlockOptions } from './legendContinuousBlock';
export type { LegendContinuousBlockSizeOptions } from './legendContinuousBlockSize';
export type { LegendContinuousSizeOptions } from './legendContinuousSize';
export type { TitleComponentOptions } from './title';
export type { SliderXOptions } from './sliderX';
export type { SliderYOptions } from './sliderY';
export type { LegendsOptions } from './legends';