react-native-echarts-pro-fix
Version:
[](https://www.npmjs.com/package/react-native-echarts-pro) [](https://www.npmjs.com/pa
15 lines (13 loc) • 353 B
TypeScript
declare function RNEChartsPro(props: {
option: object;
height?: number;
themeName?: string;
customMapData?: object;
webViewSettings?: any;
backgroundColor?: string;
formatterVariable?: object;
legendSelectChanged?(result: string);
onDataZoom?(result: string);
onPress?(result: string);
}): JSX.Element;
export default RNEChartsPro;