UNPKG

@react-native-ohos/react-native-material-buttons

Version:

Material buttons

20 lines (15 loc) 317 B
import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ container: { borderRadius: 2, justifyContent: 'space-around', }, shadeContainer: { ...StyleSheet.absoluteFillObject, overflow: 'hidden', }, shade: { flex: 1, }, }); export { styles };