title.d.ts 417 B

12345
  1. import { type StandardAnimationOption } from '../../../animation';
  2. import type { DisplayObject } from '../../../shapes';
  3. import { type Selection } from '../../../util';
  4. import type { RequiredAxisStyleProps } from '../types';
  5. export declare function renderTitle(container: Selection, axis: DisplayObject, attr: RequiredAxisStyleProps, animate: StandardAnimationOption): import("../../../animation").AnimationResult[];