@patternfly/react-charts
Version:
This library provides a set of React chart components for use with the PatternFly reference implementation.
7 lines • 304 B
TypeScript
import { PaddingProps } from 'victory-core';
/**
* Helper function to return padding style properties
* @private
*/
export declare const getPaddingForSide: (side: 'bottom' | 'left' | 'right' | 'top', padding: PaddingProps, fallback: PaddingProps) => number;
//# sourceMappingURL=chart-padding.d.ts.map