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

Hierarchy (view full)

Constructors

Properties

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