UNPKG

react-native-ocss

Version:

#### 干嘛

11 lines 298 B
module.exports.styles = require('react-native').StyleSheet.create({ "a": { "borderWidth": 1, "borderStyle": "solid", "borderColor": "#ccc", "borderTopWidth": 0, "borderRightWidth": 1, "borderBottomWidth": 0, "borderLeftWidth": 1 } });