mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-12-26 17:06:24 +01:00
fix: Add type property to TooltipPayloadItem interface
This commit is contained in:
@ -98,6 +98,7 @@ type TooltipPayloadItem = {
|
||||
payload?: Record<string, unknown>;
|
||||
color?: string;
|
||||
fill?: string;
|
||||
type?: string;
|
||||
};
|
||||
|
||||
const ChartTooltipContent = React.forwardRef<
|
||||
|
||||
Reference in New Issue
Block a user