@patternfly/react-charts
Version:
This library provides a set of React chart components for use with the PatternFly reference implementation.
19 lines • 489 B
TypeScript
/**
* Donut styles
*
* @private Not intended as public API and subject to change
*/
export declare const DonutStyles: {
label: {
subTitle: {
fill: "var(--pf-v6-chart-donut--label--subtitle--Fill, #a3a3a3)";
fontSize: 14;
};
subTitlePosition: "center";
title: {
fill: "var(--pf-v6-chart-donut--label--title--Fill, #1f1f1f)";
fontSize: 22;
};
};
};
//# sourceMappingURL=donut-styles.d.ts.map