UNPKG

react-native-chart-kit

Version:

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

3 lines 252 B
import type { BuildLayoutDebugModelOptions, LayoutDebugModel } from "./types"; export declare const buildLayoutDebugModel: ({ boxes, labels, legend, tooltip }: BuildLayoutDebugModelOptions) => LayoutDebugModel; //# sourceMappingURL=debugLayout.d.ts.map