Skip to content

Commit 2f5736d

Browse files
authored
Fix 'BannerLayer' types (#97)
1 parent 8c75740 commit 2f5736d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ export interface BannerLayer {
8080
* Image source that will be applied as a CSS background image on the layer.
8181
*/
8282
image?: string;
83+
/*
84+
* Props to apply to the layer element.
85+
*/
86+
props?: any;
8387
}
8488

8589
export interface ParallaxBannerProps {

0 commit comments

Comments
 (0)