瀏覽代碼

Update Options.ts (#5085)

Adding passProps to OptionsTopBarBackground
Julien Brayere 5 年之前
父節點
當前提交
42fd86d654
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      lib/src/interfaces/Options.ts

+ 4
- 0
lib/src/interfaces/Options.ts 查看文件

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