Browse Source

Update Options.ts (#5085)

Adding passProps to OptionsTopBarBackground
Julien Brayere 5 years ago
parent
commit
42fd86d654
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      lib/src/interfaces/Options.ts

+ 4
- 0
lib/src/interfaces/Options.ts View File

236
    */
236
    */
237
   component?: {
237
   component?: {
238
     name?: string;
238
     name?: string;
239
+    /**
240
+     * Properties to pass down to the component
241
+     */
242
+    passProps?: object;
239
   };
243
   };
240
   /**
244
   /**
241
    * Allows the NavBar to be translucent (blurred)
245
    * Allows the NavBar to be translucent (blurred)