Procházet zdrojové kódy

Update Options.ts (#5085)

Adding passProps to OptionsTopBarBackground
Julien Brayere před 5 roky
rodič
revize
42fd86d654
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4
    0
      lib/src/interfaces/Options.ts

+ 4
- 0
lib/src/interfaces/Options.ts Zobrazit soubor

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