Generate API report

Signed-off-by: Fabian Mack <fabian.m-95@web.de>
This commit is contained in:
Fabian Mack
2024-06-03 17:05:41 +02:00
parent 02f90c1117
commit 99b641ddb5
+2
View File
@@ -450,6 +450,8 @@ export type GaugeProps = {
size?: 'normal' | 'small';
description?: ReactNode;
getColor?: GaugePropsGetColor;
relativeToMax?: boolean;
decimalDigits?: number;
};
// @public (undocumented)