We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0587eca commit 21117ceCopy full SHA for 21117ce
index.d.ts
@@ -69,7 +69,7 @@ interface TabSceneProps extends React.Props<Scene> {
69
tabBarLabel?: string;
70
}
71
interface SceneStatic extends React.ComponentClass<SceneProps & TabsProps & TabSceneProps & DrawerProps & ModalProps> { }
72
-export type HeaderModeType = "float" | "screen";
+export type HeaderModeType = "float" | "screen" | "none";
73
74
// Tabs
75
export var Tabs: TabsStatic;
0 commit comments