@antv/g2
Version:
the Grammar of Graphics in Javascript
10 lines (8 loc) • 345 B
text/typescript
export { Constant } from './constant';
export { Transform } from './transform';
export { Field } from './field';
export { Column } from './column';
export type { ConstantOptions } from './constant';
export type { TransformOptions } from './transform';
export type { FieldOptions } from './field';
export type { ColumnOptions } from './column';