You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/bottom-navigation/index.d.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ export class BottomNavigation extends TabNavigationBase {
47
47
/**
48
48
* Allow custom positioning of Tabs within another view
49
49
*/
50
-
publiciosCustomPositioning: boolean;
50
+
publiciosCustomPositioning?: boolean;
51
51
52
52
/**
53
53
* 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.
0 commit comments