mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-20 14:05:09 +00:00
5 lines
120 B
JavaScript
5 lines
120 B
JavaScript
import {
|
|
PropTypes
|
|
} from 'react-native';
|
|
export default PropTypes.oneOfType([PropTypes.string, PropTypes.number]);
|