Search
    Preparing search index...

    Интерфейс компонента кнопки заголовка.

    interface HeaderButtonComponentType {
        new HeaderButtonComponentType(
            props: HeaderButtonProps,
            context?: any,
        ): Component<HeaderButtonProps, 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 Summary)

    Index

    Constructors

    Properties

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

    Компонент иконки кнопки.