diff --git a/types/recharts/index.d.ts b/types/recharts/index.d.ts index c9bf71283d..55feba3ad6 100644 --- a/types/recharts/index.d.ts +++ b/types/recharts/index.d.ts @@ -717,6 +717,7 @@ export interface TooltipProps { itemSorter?: ItemSorter; isAnimationActive?: boolean; animationBegin?: number; + animationDuration?: number; animationEasing?: AnimationEasingType; filterNull?: boolean; }