UNPKG

react-native-chart-kit

Version:

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

5 lines 363 B
import { ViewStyle } from "react-native"; import { NumberProp } from "react-native-svg"; export declare function getNumberProp(value: ViewStyle["borderRadius"] | undefined, fallback?: NumberProp): NumberProp; export declare function mapValue(x: number, in_min: number, in_max: number, out_min: number, out_max: number): number; //# sourceMappingURL=utils.d.ts.map