UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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