diff --git a/index.d.ts b/index.d.ts index 674f6154..97c58604 100644 --- a/index.d.ts +++ b/index.d.ts @@ -31,7 +31,7 @@ export interface DailyMotionConfig { } export interface VimeoConfig { - iframeParams?: Object; + playerOptions?: Object; preload?: boolean; } diff --git a/src/props.js b/src/props.js index b3253f2b..94bb07da 100644 --- a/src/props.js +++ b/src/props.js @@ -32,7 +32,7 @@ export const propTypes = { preload: bool }), vimeo: shape({ - iframeParams: object, + playerOptions: object, preload: bool }), file: shape({