ソースを参照

fix optional topBar.height

yogevbd 6 年 前
コミット
0df978c8f3
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      lib/src/interfaces/Options.ts

+ 1
- 1
lib/src/interfaces/Options.ts ファイルの表示

126
    * Top Bar title height in densitiy pixels
126
    * Top Bar title height in densitiy pixels
127
    * #### (Android specific)
127
    * #### (Android specific)
128
    */
128
    */
129
-  height: number;
129
+  height?: number;
130
 }
130
 }
131
 
131
 
132
 export interface OptionsTopBarSubtitle {
132
 export interface OptionsTopBarSubtitle {