chartIndex.d.ts 164 B

1234
  1. /**
  2. * @todo Perf
  3. */
  4. export declare function ChartIndex({ wait, leading, trailing, labelFormatter, ...style }: Record<string, any>): (context: any) => () => void;