Pārlūkot izejas kodu

Update Options.ts (#5085)

Adding passProps to OptionsTopBarBackground
Julien Brayere 6 gadus atpakaļ
vecāks
revīzija
42fd86d654
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4
    0
      lib/src/interfaces/Options.ts

+ 4
- 0
lib/src/interfaces/Options.ts Parādīt failu

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)