瀏覽代碼

no message (#4885)

Yedidya Kennard 6 年之前
父節點
當前提交
5ba7ccb75f
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8
    0
      lib/src/interfaces/Layout.ts

+ 8
- 0
lib/src/interfaces/Layout.ts 查看文件

24
    * Set component
24
    * Set component
25
    */
25
    */
26
   component?: LayoutComponent;
26
   component?: LayoutComponent;
27
+  /**
28
+   * Set the external component
29
+   */
30
+  externalComponent?: ExternalComponent;
27
 }
31
 }
28
 
32
 
29
 export interface LayoutStack {
33
 export interface LayoutStack {
51
    * Set component
55
    * Set component
52
    */
56
    */
53
   component?: LayoutComponent;
57
   component?: LayoutComponent;
58
+  /**
59
+   * Set the external component
60
+   */
61
+  externalComponent?: ExternalComponent;
54
 }
62
 }
55
 
63
 
56
 export interface LayoutBottomTabs {
64
 export interface LayoutBottomTabs {