UNPKG

280 BTypeScriptView Raw
1import { TransformComponent as TC } from '../runtime';
2import { SortColorTransform } from '../spec';
3export type SortColorOptions = Omit<SortColorTransform, 'type'>;
4/**
5 * Sort domain of x scale of mark groups by groups.
6 */
7export declare const SortColor: TC<SortColorOptions>;