interface DropDownHeaderComponentType {
    new DropDownHeaderComponentTypenew (props: DropDownHeaderProps, context?: any): Component<DropDownHeaderProps, any, 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 full)

Constructors

Properties

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