UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 164 B
/** * @todo Perf */ export declare function ChartIndex({ wait, leading, trailing, labelFormatter, ...style }: Record<string, any>): (context: any) => () => void;