UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 254 B
import { TransformComponent as TC } from '../runtime'; import { FilterTransform } from '../spec'; export type FilterOptions = Omit<FilterTransform, 'type'>; /** * The Filter transform filter channels. */ export declare const Filter: TC<FilterOptions>;