export const audioActions = PropTypes.shape({
  pause: PropTypes.func.isRequired,
  setAyah: PropTypes.func.isRequired,
  play: PropTypes.func.isRequired,
  setCurrentWord: PropTypes.func.isRequired,