@antv/g2
Version:
the Grammar of Graphics in Javascript
42 lines (40 loc) • 1.56 kB
text/typescript
export { Fetch } from './fetch';
export { Fold } from './fold';
export { Filter } from './filter';
export { Sort } from './sort';
export { Pick } from './pick';
export { Rename } from './rename';
export { SortBy } from './sortBy';
export { Inline } from './inline';
export { Custom } from './custom';
export { Map } from './map';
export { Cluster } from './cluster';
export { Tree } from './tree';
export { Sankey } from './sankey';
export { Arc } from './arc';
export { WordCloud } from './wordCloud';
export { Join } from './join';
export { Slice } from './slice';
export { KDE } from './kde';
export { Venn } from './venn';
export { Log } from './log';
export type { FetchOptions } from './fetch';
export type { FoldOptions } from './fold';
export type { FilterDataOptions } from './filter';
export type { SortOptions } from './sort';
export type { PickOptions } from './pick';
export type { RenameOptions } from './rename';
export type { SortByOptions } from './sortBy';
export type { InlineOptions } from './inline';
export type { CustomOptions } from './custom';
export type { MapOptions } from './map';
export type { ClusterOptions } from './cluster';
export type { TreeOptions } from './tree';
export type { SankeyOptions } from './sankey';
export type { ArcOptions } from './arc';
export type { WordCloudOptions } from './wordCloud';
export type { JoinOptions } from './join';
export type { SliceOptions } from './slice';
export type { KDEOptions } from './kde';
export type { VennOptions } from './venn';
export type { LogDataOptions } from './log';