Skip to content

Commit

Permalink
Add missing topMargin type to OptionsTopBar (#4950)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhun authored and guyca committed Apr 8, 2019
1 parent 8945528 commit 9d7d7f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/src/interfaces/Options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,11 @@ export interface OptionsTopBar {
* #### (Android specific)
*/
elevation?: AndroidDensityNumber;
/**
* Layout top margin
* #### (Android specific)
*/
topMargin?: number;
}

export interface OptionsFab {
Expand Down

0 comments on commit 9d7d7f4

Please sign in to comment.