import { BaseTimeValidationProps, TimeValidationProps, MakeOptional, UseFieldInternalProps } from '../../internals'; import { PickerValidDate } from '../../models'; import { TimeRangeValidationError, RangeFieldSection, DateRange, RangeFieldSeparatorProps } from '../../models'; export interface UseTimeRangeFieldProps extends MakeOptional, TDate, RangeFieldSection, TEnableAccessibleFieldDOMStructure, TimeRangeValidationError>, 'unstableFieldRef'>, 'format'>, RangeFieldSeparatorProps, TimeValidationProps, BaseTimeValidationProps { /** * 12h/24h view for hour selection clock. * @default utils.is12HourCycleInCurrentLocale() */ ampm?: boolean; }