UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 252 B
import { DataComponent as DC } from '../runtime'; import { SortByTransform } from '../spec'; export type SortByOptions = Omit<SortByTransform, 'type'>; /** * Immutable data sort by specified fields. */ export declare const SortBy: DC<SortByOptions>;