Search
    Preparing search index...

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

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

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

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