UNPKG

react-native-chart-kit

Version:

Beautiful React Native charts for dashboards, reports, and data-rich mobile apps.

3 lines 250 B
import type { AutoPaddingOptions, Padding } from "./types"; export declare const calculateAutoPadding: ({ base, leftLabels, rightLabels, topLabels, bottomLabels, legend, gap }: AutoPaddingOptions) => Padding; //# sourceMappingURL=autoPadding.d.ts.map