Search

    Компонент заголовка выпадающего списка.

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

    Hierarchy (View Summary, Expand)

    Index

    Constructors

    Properties

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