DateTimeRangeWidget
This is a React component

Source
import { DateTimeRangeWidget } from "@prestojs/ui-antd";
DateTimeRangeWidget(props)

See DatePicker for props available

As with all range widgets, ref should be shaped as { lowerRef: Ref(), upperRef: Ref() }

You may pass in props to be used for the individual input as lowerInput / upperInput

ParameterTypeDescription
*props.lowerInputany
*props.metaany
*props.restany
*props.separatorany
*props.upperInputany