UNPKG

@mui/x-date-pickers

Version:

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

2 lines 206 B
import { UseDateFieldProps } from "./DateField.types.js"; export declare const useDateField: <TProps extends UseDateFieldProps>(props: TProps) => import("../internals/index.js").UseFieldReturnValue<TProps>;