UNPKG

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