Skip to content

Commit 772a463

Browse files
committed
Declare a property as optional property
1 parent 1bd53a6 commit 772a463

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)