UNPKG

@nguyentc21/react-native-tooltip

Version:
14 lines 285 B
import { StyleSheet } from 'react-native'; export default StyleSheet.create({ shadow10: { shadowColor: '#000', shadowOffset: { width: 0, height: 5 }, shadowOpacity: 0.34, shadowRadius: 6.27, elevation: 10 } }); //# sourceMappingURL=styles.js.map