Add contentStyle to Tooltip (#37729)

This commit is contained in:
Nick Winans 2019-08-19 13:17:12 -05:00 committed by Sheetal Nandi
parent a5200306f9
commit 20565740b3

View File

@ -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<any>;
coordinate?: Coordinate;