Skip to content

Commit

Permalink
Fix vimeo config options property
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed May 15, 2018
1 parent 3958f8d commit a645eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export interface DailyMotionConfig {
}

export interface VimeoConfig {
iframeParams?: Object;
playerOptions?: Object;
preload?: boolean;
}

Expand Down
2 changes: 1 addition & 1 deletion src/props.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const propTypes = {
preload: bool
}),
vimeo: shape({
iframeParams: object,
playerOptions: object,
preload: bool
}),
file: shape({
Expand Down

0 comments on commit a645eee

Please sign in to comment.