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.
BannerLayer
1 parent 0d93c89 commit 0aef3a3Copy full SHA for 0aef3a3
src/index.d.ts
@@ -70,7 +70,7 @@ export interface BannerLayer {
70
/**
71
* Custom layer children provided as a React element, for example `<Video />`
72
*/
73
- children: any;
+ children?: any;
74
75
* Indicate if the layer should be expanded with negative top/bottom margins so the edges will
76
* never be visible.
0 commit comments