From 20565740b3c92bb3424eba94e75612a348477739 Mon Sep 17 00:00:00 2001 From: Nick Winans Date: Mon, 19 Aug 2019 13:17:12 -0500 Subject: [PATCH] Add contentStyle to Tooltip (#37729) --- types/recharts/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/recharts/index.d.ts b/types/recharts/index.d.ts index ebf8619835..829a3acd8a 100644 --- a/types/recharts/index.d.ts +++ b/types/recharts/index.d.ts @@ -846,6 +846,7 @@ export interface TooltipProps extends Animatable { offset?: number; itemStyle?: object; labelStyle?: object; + contentStyle?: object; wrapperStyle?: object; cursor?: boolean | object | React.ReactElement | React.StatelessComponent; coordinate?: Coordinate;