react-native-chart-kit
Version:
Beautiful React Native charts for dashboards, reports, and data-rich mobile apps.
5 lines • 372 B
TypeScript
import type { ChartBoxes, Padding, Rect, Size } from "./types";
export declare const normalizePadding: (padding?: Partial<Padding>) => Padding;
export declare const createRect: (x: number, y: number, width: number, height: number) => Rect;
export declare const solveChartBoxes: (size: Size, padding?: Partial<Padding>) => ChartBoxes;
//# sourceMappingURL=chartBox.d.ts.map