mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Add contentStyle to Tooltip (#37729)
This commit is contained in:
parent
a5200306f9
commit
20565740b3
1
types/recharts/index.d.ts
vendored
1
types/recharts/index.d.ts
vendored
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user