Skip to content

Commit

Permalink
Old style config is still supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenga committed Sep 14, 2017
1 parent 45f68df commit 0b92795
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@ export interface ReactPlayerProps {
hidden?: boolean;
className?: string;
config?: Config;
soundcloudConfig?: SoundCloudConfig;
youtubeConfig?: YouTubeConfig;
facebookConfig?: FacebookConfig;
dailymotionConfig?: DailyMotionConfig;
vimeoConfig?: VimeoConfig;
vidmeConfig?: VidmeConfig;
fileConfig?: FileConfig;
wistiaConfig?: WistiaConfig;
onReady?(): void;
onStart?(): void;
onPlay?(): void;
Expand Down

0 comments on commit 0b92795

Please sign in to comment.