UNPKG

react-native-wagmi-charts

Version:

A sweet candlestick chart for React Native

8 lines 275 B
import React, { ReactNode } from 'react'; import { ViewProps } from 'react-native'; type Props = { children: ReactNode; } & ViewProps; export declare function LineChartGroup({ children, ...props }: Props): React.JSX.Element; export {}; //# sourceMappingURL=Group.d.ts.map