mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Add static Height
This commit is contained in:
4
types/react-navigation/index.d.ts
vendored
4
types/react-navigation/index.d.ts
vendored
@@ -1193,7 +1193,9 @@ export const HeaderBackButton: React.ComponentClass<HeaderBackButtonProps>;
|
||||
/**
|
||||
* Header Component
|
||||
*/
|
||||
export const Header: React.ComponentClass<HeaderProps>;
|
||||
export class Header extends React.Component<HeaderProps> {
|
||||
static HEIGHT: number;
|
||||
}
|
||||
|
||||
export interface NavigationInjectedProps<P = NavigationParams> {
|
||||
navigation: NavigationScreenProp<NavigationState, P>;
|
||||
|
||||
Reference in New Issue
Block a user