소스 검색

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,7 +126,7 @@ export interface OptionsTopBarTitle {
126 126
    * Top Bar title height in densitiy pixels
127 127
    * #### (Android specific)
128 128
    */
129
-  height: number;
129
+  height?: number;
130 130
 }
131 131
 
132 132
 export interface OptionsTopBarSubtitle {