UNPKG

react-native-graph-plus

Version:

📈 Beautiful, high-performance Graphs and Charts for React Native +

4 lines (3 loc) • 259 B
import React from 'react'; import type { StaticLineGraphProps } from './LineGraphProps'; export declare function StaticLineGraph({ points: allPoints, range, color, lineThickness, enableFadeInMask, style, ...props }: StaticLineGraphProps): React.ReactElement;