Skip to content

Commit

Permalink
added missing type for 'getSecondsLoaded' (#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmg94 authored Jul 24, 2020
1 parent e252438 commit e5c6779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ export default class ReactPlayer extends React.Component<ReactPlayerProps, any>
static removeCustomPlayers(): void;
seekTo(amount: number, type?: 'seconds' | 'fraction'): void;
getCurrentTime(): number;
getSecondsLoaded(): number;
getDuration(): number;
getInternalPlayer(key?: string): Object;
showPreview(): void;
Expand Down

0 comments on commit e5c6779

Please sign in to comment.