Skip to content

Commit 42fd86d

Browse files
Julien Brayereguyca
Julien Brayere
authored andcommitted
Update Options.ts (#5085)
Adding passProps to OptionsTopBarBackground
1 parent d00bf22 commit 42fd86d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/src/interfaces/Options.ts

+4
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,10 @@ export interface OptionsTopBarBackground {
236236
*/
237237
component?: {
238238
name?: string;
239+
/**
240+
* Properties to pass down to the component
241+
*/
242+
passProps?: object;
239243
};
240244
/**
241245
* Allows the NavBar to be translucent (blurred)

0 commit comments

Comments
 (0)