@patternfly/react-charts
Version:
This library provides a set of React chart components for use with the PatternFly reference implementation.
11 lines • 381 B
TypeScript
/**
* Donut utilization styles
*
* @private Not intended as public API and subject to change
*/
export declare const DonutUtilizationStyles: {
thresholds: {
colorScale: ("var(--pf-v6-chart-donut--threshold--warning--Color, #dca614)" | "var(--pf-v6-chart-donut--threshold--danger--Color, #b1380b)")[];
};
};
//# sourceMappingURL=donut-utilization-styles.d.ts.map