export const defaultProps = {
  color: '#ec5381',
  opacity: 0.2,
  height: '100%',
  width: 25,
  position: 'absolute',
  showValues: true,
  showGuide: true,
}
