Skip to content

Commit 21117ce

Browse files
charles-salmonaksonov
authored andcommitted
Add "none" to type HeaderModeType. (#2998)
The documentation specifies that `none` is an acceptable `HeaderModeType`.
1 parent 0587eca commit 21117ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ interface TabSceneProps extends React.Props<Scene> {
6969
tabBarLabel?: string;
7070
}
7171
interface SceneStatic extends React.ComponentClass<SceneProps & TabsProps & TabSceneProps & DrawerProps & ModalProps> { }
72-
export type HeaderModeType = "float" | "screen";
72+
export type HeaderModeType = "float" | "screen" | "none";
7373

7474
// Tabs
7575
export var Tabs: TabsStatic;

0 commit comments

Comments
 (0)