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

Hierarchy (view full)

Constructors

Properties

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