Files
react-native-web/lib/StylePropTypes/Background.js
2015-06-09 12:36:33 -07:00

10 lines
241 B
JavaScript

import {PropTypes} from 'react';
export default {
backgroundColor: PropTypes.string,
backgroundImage: PropTypes.string,
backgroundPosition: PropTypes.string,
backgroundRepeat: PropTypes.string,
backgroundSize: PropTypes.string
};