浏览代码

Add props to TopBarButton type (#4373)

Ganesh Datta 6 年前
父节点
当前提交
b369a54a7f
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      lib/src/interfaces/Options.ts

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

239
    */
239
    */
240
   component?: {
240
   component?: {
241
     name: string;
241
     name: string;
242
+    /**
243
+     * Properties to pass down to the component
244
+     */
245
+    passProps?: object;
242
   };
246
   };
243
   /**
247
   /**
244
    * Set the button text
248
    * Set the button text