UNPKG

277 BTypeScriptView Raw
1import { TransformComponent as TC } from '../runtime';
2import { GroupYTransform } from '../spec';
3export type GroupYOptions = Omit<GroupYTransform, 'type'>;
4/**
5 * The GroupY transform group data by x channel, and aggregate.
6 */
7export declare const GroupY: TC<GroupYOptions>;