UNPKG

react-jplayer

Version:

Html5 audio and video player library for React

10 lines (6 loc) 263 B
import { connectWithId } from 'react-jplayer-utils'; import CurrentTime from './currentTime'; const mapStateToProps = ({ jPlayers }, { id }) => ({ currentTimeText: jPlayers[id].currentTimeText, }); export default connectWithId(mapStateToProps)(CurrentTime);