UNPKG

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