Skip to content

Commit

Permalink
Update Options.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yogevbd committed Mar 3, 2020
1 parent e0fe1c5 commit 10ad7a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/src/interfaces/Options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ export interface OptionsTopBarBackButton {
* Set subtitle font family
*/
fontFamily?: FontFamily;
/**
* Set testID for reference in E2E tests
*/
testID?: string;
}

export interface OptionsTopBarBackground {
Expand Down

0 comments on commit 10ad7a7

Please sign in to comment.