diff --git a/packages/material-bottom-tabs/src/types.tsx b/packages/material-bottom-tabs/src/types.tsx index bde7de39..8d6f2a8b 100644 --- a/packages/material-bottom-tabs/src/types.tsx +++ b/packages/material-bottom-tabs/src/types.tsx @@ -18,17 +18,6 @@ export type NavigationTabProp< }; export type NavigationMaterialBottomTabOptions = { - shifting?: boolean; - labeled?: boolean; - activeColor?: string; - activeColorLight?: string; - activeColorDark?: string; - inactiveColor?: string; - inactiveColorLight?: string; - inactiveColorDark?: string; - barStyle?: StyleProp; - barStyleLight?: StyleProp; - barStyleDark?: StyleProp; title?: string; tabBarLabel?: React.ReactNode; tabBarVisible?: boolean;