We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db51d52 commit d476c8eCopy full SHA for d476c8e
src/MaterialTopTabs.res
@@ -42,6 +42,7 @@ type options = {
42
\"lazy"?: bool,
43
lazyPreloadDistance?: float,
44
lazyPlaceholder?: unit => React.element,
45
+ sceneStyle?: Style.t,
46
}
47
48
type tabBarPosition = [#top | #bottom]
@@ -57,7 +58,6 @@ type tabBarProps = {
57
58
tabStyle?: Style.t,
59
indicatorStyle?: Style.t,
60
labelStyle?: Style.t,
- sceneStyle?: Style.t,
61
style?: Style.t,
62
renderIndicator?: React.component<{"route": route}>,
63
activeTintColor?: string,
0 commit comments