UNPKG

@patternfly/react-charts

Version:

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

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