Skip to content

Commit

Permalink
no message (#4885)
Browse files Browse the repository at this point in the history
  • Loading branch information
yedidyak authored and guyca committed Mar 20, 2019
1 parent 6cb1e18 commit 5ba7ccb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/src/interfaces/Layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ export interface LayoutStackChildren {
* Set component
*/
component?: LayoutComponent;
/**
* Set the external component
*/
externalComponent?: ExternalComponent;
}

export interface LayoutStack {
Expand Down Expand Up @@ -51,6 +55,10 @@ export interface LayoutBottomTabsChildren {
* Set component
*/
component?: LayoutComponent;
/**
* Set the external component
*/
externalComponent?: ExternalComponent;
}

export interface LayoutBottomTabs {
Expand Down

0 comments on commit 5ba7ccb

Please sign in to comment.