Search
    Preparing search index...

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

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

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

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