interface DropDownSplitterComponentType {
    new DropDownSplitterComponentTypenew (props: DropDownSplitterProps, context?: any): Component<DropDownSplitterProps, any, 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 full)

Constructors

Properties

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