import PropTypes from 'prop-types' import React from 'react' const KeyboardHandle = ({ domain: [min, max], handle: { id, value, percent = 0 }, disabled, getHandleProps }) => (