Юниверс DG SDK UI
v2.15.0

Интерфейс DateRangePickerComponentType

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

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>;
}

Иерархия (Просмотр сводки)

Индекс

Конструкторы

Свойства

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