Skip to content

Commit 1393e1d

Browse files
authored
Merge pull request #71 from tasugi/patch-tssupport
TypeScript support: Fix type
2 parents 1bd53a6 + 772a463 commit 1393e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export interface YoutubeIframeProps {
9393
* Works only if the playlist is a list of video IDs.
9494
*/
9595
playListStartIndex?: Number;
96-
initialPlayerParams: InitialPlayerParams;
96+
initialPlayerParams?: InitialPlayerParams;
9797
/**
9898
* Changes user string to make autoplay work on the iframe player for some android devices.
9999
*/

0 commit comments

Comments
 (0)