UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

10 lines (9 loc) 264 B
/** * @todo Perf */ export declare function ChartIndex({ wait, leading, trailing, labelFormatter, ...style }: Record<string, any>): (context: any) => () => void; export declare namespace ChartIndex { var props: { reapplyWhenUpdate: boolean; }; }