Search
    Preparing search index...

    Тип компонента для выбора диапазона дат

    interface DateRangePickerComponentType {
        new DateRangePickerComponentType(
            props: DateRangePickerProps,
            context?: any,
        ): Component<DateRangePickerProps, 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 Summary)

    Index

    Constructors

    Properties

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