UNPKG

react-native-unistyles

Version:
9 lines (8 loc) 415 B
"use strict"; 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