We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3958f8d commit a645eeeCopy full SHA for a645eee
2 files changed
index.d.ts
@@ -31,7 +31,7 @@ export interface DailyMotionConfig {
31
}
32
33
export interface VimeoConfig {
34
- iframeParams?: Object;
+ playerOptions?: Object;
35
preload?: boolean;
36
37
src/props.js
@@ -32,7 +32,7 @@ export const propTypes = {
preload: bool
}),
vimeo: shape({
- iframeParams: object,
+ playerOptions: object,
38
file: shape({
0 commit comments