Ver código fonte

Update Options.ts (#5085)

Adding passProps to OptionsTopBarBackground
Julien Brayere 5 anos atrás
pai
commit
42fd86d654
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4
    0
      lib/src/interfaces/Options.ts

+ 4
- 0
lib/src/interfaces/Options.ts Ver arquivo

@@ -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)