UNPKG

react-native-graph-plus

Version:

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

6 lines (5 loc) • 250 B
import React from 'react'; import type { LineGraphProps } from './LineGraphProps'; declare function LineGraphImpl(props: LineGraphProps): React.ReactElement; export declare const LineGraph: React.MemoExoticComponent<typeof LineGraphImpl>; export {};