UNPKG

@mui/x-date-pickers

Version:

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

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