UNPKG

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