UNPKG

@patternfly/react-charts

Version:

This library provides a set of React chart components for use with the PatternFly reference implementation.

12 lines 257 B
/** * Legend tooltip styles * * @private Not intended as public API and subject to change */ export declare const LegendTooltipStyles: { flyout: { padding: number; }; label: any; }; //# sourceMappingURL=legend-tooltip-styles.d.ts.map