@mui/x-date-pickers
Version:
The community edition of the Date and Time Picker components (MUI X).
9 lines (8 loc) • 407 B
TypeScript
import { MuiPickersAdapter, PickersTimezone, PickerValidDate } from '../../models';
export declare const useClockReferenceDate: <TDate extends PickerValidDate, TProps extends {}>({ value, referenceDate: referenceDateProp, utils, props, timezone, }: {
value: TDate;
referenceDate: TDate | undefined;
utils: MuiPickersAdapter<TDate>;
props: TProps;
timezone: PickersTimezone;
}) => TDate;