diff --git a/types/react-navigation/index.d.ts b/types/react-navigation/index.d.ts index a1f60c0f81..684b1b0d17 100644 --- a/types/react-navigation/index.d.ts +++ b/types/react-navigation/index.d.ts @@ -1193,7 +1193,9 @@ export const HeaderBackButton: React.ComponentClass; /** * Header Component */ -export const Header: React.ComponentClass; +export class Header extends React.Component { + static HEIGHT: number; +} export interface NavigationInjectedProps

{ navigation: NavigationScreenProp;