labels.d.ts 367 B

1234
  1. import { type StandardAnimationOption } from '../../../animation';
  2. import { type Selection } from '../../../util';
  3. import type { AxisDatum, AxisStyleProps } from '../types';
  4. export declare function renderLabels(container: Selection, data: AxisDatum[], attr: Required<AxisStyleProps>, animate: StandardAnimationOption): import("../../../animation").AnimationResult[];