Skip to content

Commit 0aef3a3

Browse files
authored
Fix BannerLayer typings (#92)
1 parent 0d93c89 commit 0aef3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export interface BannerLayer {
7070
/**
7171
* Custom layer children provided as a React element, for example `<Video />`
7272
*/
73-
children: any;
73+
children?: any;
7474
/**
7575
* Indicate if the layer should be expanded with negative top/bottom margins so the edges will
7676
* never be visible.

0 commit comments

Comments
 (0)