Search
    Preparing search index...

    Тип компонента заголовка

    interface HeaderTitleComponentType {
        new HeaderTitleComponentType(
            props: HeaderTitleProps,
            context?: any,
        ): Component<HeaderTitleProps, any>;
        childContextTypes?: ValidationMap<any>;
        contextType?: Context<any>;
        contextTypes?: ValidationMap<any>;
        defaultProps: HeaderTitleDefaultProps;
        displayName?: string;
        getDerivedStateFromError?: GetDerivedStateFromError<HeaderTitleProps, any>;
        getDerivedStateFromProps?: GetDerivedStateFromProps<HeaderTitleProps, any>;
        propTypes?: WeakValidationMap<HeaderTitleProps>;
    }

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

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