mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Merge pull request #21339 from richsilv/fix-recharts-tooltip-props
recharts: add missing animationDuration prop to Tooltip typings
This commit is contained in:
1
types/recharts/index.d.ts
vendored
1
types/recharts/index.d.ts
vendored
@@ -717,6 +717,7 @@ export interface TooltipProps {
|
||||
itemSorter?: ItemSorter<TooltipPayload>;
|
||||
isAnimationActive?: boolean;
|
||||
animationBegin?: number;
|
||||
animationDuration?: number;
|
||||
animationEasing?: AnimationEasingType;
|
||||
filterNull?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user