UNPKG

@nguyentc21/react-native-tooltip

Version:
20 lines (19 loc) 423 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _reactNative = require("react-native"); var _default = exports.default = _reactNative.StyleSheet.create({ shadow10: { shadowColor: '#000', shadowOffset: { width: 0, height: 5 }, shadowOpacity: 0.34, shadowRadius: 6.27, elevation: 10 } }); //# sourceMappingURL=styles.js.map