react-native-circular-progress-indicator
Version:
React Native customizable circular progress indicator
15 lines (14 loc) • 311 B
JavaScript
;
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