UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 270 B
import { TransformComponent as TC } from '../runtime'; import { SelectXTransform } from '../spec'; export type SelectXOptions = Omit<SelectXTransform, 'type'>; /** * The selectX transform filter index by y channel. */ export declare const SelectX: TC<SelectXOptions>;