UNPKG

react-native-circular-progress-indicator

Version:
15 lines (14 loc) 311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const COLORS = { TRANSPARENT: 'transparent', GREEN: '#2ecc71', BLACK_30: 'rgba(0,0,0,0.3)', WHITE: '#ffffff' }; var _default = COLORS; exports.default = _default; //# sourceMappingURL=colors.js.map