UNPKG

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