react-native-echarts-pro
Version:
[](https://www.npmjs.com/package/react-native-echarts-pro) [](https://www.npmjs.com/pa
22 lines (20 loc) • 525 B
TypeScript
declare function RNEChartsPro(props: {
option: object;
height?: number;
width?: number;
ref?:object;
fontFamilies?: Array<object>;
themeName?: string;
renderMode?: string;
extension?: object;
customMapData?: object;
webViewSettings?: any;
backgroundColor?: string;
formatterVariable?: object;
eventActions?:object;
enableParseStringFunction?:boolean;
legendSelectChanged?(result: string);
onDataZoom?(result: string);
onPress?(result: string);
}): JSX.Element;
export default RNEChartsPro;