UNPKG

react-native-charts-wrapper

Version:
17 lines (12 loc) 235 B
import {PropTypes} from 'react'; import { View } from 'react-native'; import ChartBase from './ChartBase'; const iface = { propTypes: { ...ChartBase.propTypes, rotateEnabled:PropTypes.bool, } }; export default iface;