react-native-unistyles
Version:
Level up your React Native StyleSheet
9 lines (8 loc) • 415 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TEXT_SHADOW_STYLES = exports.BOX_SHADOW_STYLES = void 0;
const TEXT_SHADOW_STYLES = exports.TEXT_SHADOW_STYLES = ['textShadowColor', 'textShadowOffset', 'textShadowRadius'];
const BOX_SHADOW_STYLES = exports.BOX_SHADOW_STYLES = ['shadowColor', 'shadowRadius', 'shadowOpacity', 'shadowOffset'];
//# sourceMappingURL=types.js.map