Browse Source

Add missing topMargin type to OptionsTopBar (#4950)

Ceyhun Ozugur 5 years ago
parent
commit
9d7d7f4600
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      lib/src/interfaces/Options.ts

+ 5
- 0
lib/src/interfaces/Options.ts View File

@@ -414,6 +414,11 @@ export interface OptionsTopBar {
414 414
    * #### (Android specific)
415 415
    */
416 416
   elevation?: AndroidDensityNumber;
417
+  /**
418
+   * Layout top margin
419
+   * #### (Android specific)
420
+   */
421
+  topMargin?: number;
417 422
 }
418 423
 
419 424
 export interface OptionsFab {