interface HeaderButtonComponentType {
    new HeaderButtonComponentTypenew (props: HeaderButtonProps, context?: any): Component<HeaderButtonProps, any, any>;
    childContextTypes?: ValidationMap<any>;
    contextType?: Context<any>;
    contextTypes?: ValidationMap<any>;
    defaultProps?: Partial<HeaderButtonProps>;
    displayName?: string;
    getDerivedStateFromError?: GetDerivedStateFromError<HeaderButtonProps, any>;
    getDerivedStateFromProps?: GetDerivedStateFromProps<HeaderButtonProps, any>;
    Icon: HeaderButtonIconComponentType;
    propTypes?: WeakValidationMap<HeaderButtonProps>;
}

Hierarchy (view full)

Constructors

Properties

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