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