File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ declare module "native-base" {
87
87
*/
88
88
hasTabs ?: boolean ;
89
89
noShadow ?: boolean ;
90
+ androidStatusBarColor ?: string ;
90
91
}
91
92
92
93
interface Left {
@@ -560,6 +561,7 @@ declare module "native-base" {
560
561
*/
561
562
interface CheckBox {
562
563
checked ?: boolean ;
564
+ color ?: string ;
563
565
}
564
566
/**
565
567
* see Widget CheckBox.js
@@ -629,7 +631,7 @@ declare module "native-base" {
629
631
}
630
632
631
633
interface Tab {
632
- heading : TabHeading ;
634
+ heading : _TabHeading ;
633
635
}
634
636
interface TabHeading {
635
637
activeTabStyle ?: ReactNative . ViewStyle ;
@@ -907,6 +909,7 @@ declare module "native-base" {
907
909
export class Tab extends React . Component < NativeBase . Tab , any > { }
908
910
909
911
export class TabHeading extends React . Component < NativeBase . TabHeading , any > { }
912
+ type _TabHeading = TabHeading ;
910
913
/**
911
914
* NativeBase.Item
912
915
*/
You can’t perform that action at this time.
0 commit comments