Preparing search index...
    interface HeaderComponentType {
        new HeaderComponentType(
            props: HeaderProps,
            context?: any,
        ): Component<HeaderProps, any>;
        Button: HeaderButtonComponentType;
        childContextTypes?: ValidationMap<any>;
        contextType?: Context<any>;
        contextTypes?: ValidationMap<any>;
        defaultProps?: Partial<HeaderProps>;
        displayName?: string;
        Divider: HeaderDividerComponentType;
        getDerivedStateFromError?: GetDerivedStateFromError<HeaderProps, any>;
        getDerivedStateFromProps?: GetDerivedStateFromProps<HeaderProps, any>;
        Logo: HeaderLogoComponentType;
        propTypes?: WeakValidationMap<HeaderProps>;
    }

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    childContextTypes?: ValidationMap<any>
    contextType?: Context<any>
    contextTypes?: ValidationMap<any>
    defaultProps?: Partial<HeaderProps>
    displayName?: string
    getDerivedStateFromError?: GetDerivedStateFromError<HeaderProps, any>
    getDerivedStateFromProps?: GetDerivedStateFromProps<HeaderProps, any>