UNPKG

react-native-stock-graphs

Version:

High-performance, interactive stock charts for React Native with TypeScript support

5 lines 198 B
import React from 'react'; import { StockGraphProps } from '../types'; export declare const StockGraph: React.FC<StockGraphProps>; export default StockGraph; //# sourceMappingURL=StockGraph.d.ts.map