UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

4 lines (3 loc) 165 B
import { Data } from '../../interface'; /** @ignore */ export declare function group(data: Data, fields: string[], appendConditions?: Record<string, any[]>): any[];