Merge pull request #21339 from richsilv/fix-recharts-tooltip-props

recharts: add missing animationDuration prop to Tooltip typings
This commit is contained in:
Daniel Rosenwasser
2017-11-09 00:22:59 -08:00
committed by GitHub

View File

@@ -717,6 +717,7 @@ export interface TooltipProps {
itemSorter?: ItemSorter<TooltipPayload>;
isAnimationActive?: boolean;
animationBegin?: number;
animationDuration?: number;
animationEasing?: AnimationEasingType;
filterNull?: boolean;
}