@patternfly/react-charts
Version:
This library provides a set of React chart components for use with the PatternFly reference implementation.
19 lines • 470 B
TypeScript
/**
* Common styles
*
* @private Not intended as public API and subject to change
*/
export declare const CommonStyles: {
label: {
fontFamily: string;
fontSize: 14;
letterSpacing: "var(--pf-v6-chart-global--letter-spacing, normal)";
margin: 8;
fill: "var(--pf-v6-chart-global--label--Fill, #1f1f1f)";
};
legend: {
margin: 16;
position: "right";
};
};
//# sourceMappingURL=common-styles.d.ts.map