Search
    Preparing search index...

    Тип компонента выпадаюего меню

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

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

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