mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-05-07 18:37:50 +08:00
10 lines
241 B
JavaScript
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
|
|
};
|