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 1bd53a6 commit 772a463Copy full SHA for 772a463
index.d.ts
@@ -93,7 +93,7 @@ export interface YoutubeIframeProps {
93
* Works only if the playlist is a list of video IDs.
94
*/
95
playListStartIndex?: Number;
96
- initialPlayerParams: InitialPlayerParams;
+ initialPlayerParams?: InitialPlayerParams;
97
/**
98
* Changes user string to make autoplay work on the iframe player for some android devices.
99
0 commit comments