Skip to content

Commit

Permalink
Add onProgress propType
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Dec 28, 2015
1 parent ef17dcc commit 3f22681
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/props.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export const propTypes = {
onPause: PropTypes.func,
onBuffer: PropTypes.func,
onEnded: PropTypes.func,
onError: PropTypes.func
onError: PropTypes.func,
onProgress: PropTypes.func
}

export const defaultProps = {
Expand Down

0 comments on commit 3f22681

Please sign in to comment.