Skip to content

Commit 6a5d231

Browse files
committed
chore: tsc fix
1 parent b3d9624 commit 6a5d231

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bottom-navigation/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class BottomNavigation extends TabNavigationBase {
4747
/**
4848
* Allow custom positioning of Tabs within another view
4949
*/
50-
public iosCustomPositioning: boolean;
50+
public iosCustomPositioning?: boolean;
5151

5252
/**
5353
* Gets the native [android widget](http://developer.android.com/reference/android/support/v4/view/ViewPager.html) that represents the user interface for this component. Valid only when running on Android OS.

src/tabs/tabs.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class Tabs extends TabNavigationBase {
4747
/**
4848
* Allow custom positioning of Tabs within another view
4949
*/
50-
public iosCustomPositioning: boolean;
50+
public iosCustomPositioning?: boolean;
5151

5252
/**
5353
* Gets or set the MDCTabBarAlignment of the tab bar icons in iOS. Defaults to "justified"

0 commit comments

Comments
 (0)