UNPKG

@mui/x-date-pickers

Version:

The community edition of the Date and Time Picker components (MUI X).

15 lines 452 B
import { MuiPickersAdapter, PickersTimezone, PickerValidDate } from "../../models/index.js"; import { PickerValue } from "../models/index.js"; export declare const useClockReferenceDate: <TProps extends {}>({ value, referenceDate: referenceDateProp, utils, props, timezone }: { value: PickerValue; referenceDate: PickerValidDate | undefined; utils: MuiPickersAdapter; props: TProps; timezone: PickersTimezone; }) => PickerValidDate;