UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 242 B
import { DataComponent as DC } from '../runtime'; import { PickTransform } from '../spec'; export type PickOptions = Omit<PickTransform, 'type'>; /** * Immutable data pick by specified fields. */ export declare const Pick: DC<PickOptions>;