UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 195 B
import { TransformComponent as TC } from '../runtime'; import { BinXTransform } from '../spec'; export type BinXOptions = Omit<BinXTransform, 'type'>; export declare const BinX: TC<BinXOptions>;