Skip to content

Commit

Permalink
add absent methods signature (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrakorissVere authored and cookpete committed Nov 15, 2018
1 parent c50320a commit e1bf45a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ export interface ReactPlayerProps {

export default class ReactPlayer extends React.Component<ReactPlayerProps, any> {
static canPlay(url: string): boolean;
static addCustomPlayer(player: ReactPlayer): void;
static removeCustomPlayers(): void;
seekTo(fraction: number): void;
getCurrentTime(): number;
getDuration(): number;
Expand Down

0 comments on commit e1bf45a

Please sign in to comment.