UNPKG

@mui/x-date-pickers

Version:

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

11 lines (10 loc) 263 B
'use client'; import { useField } from "../internals/hooks/useField/index.mjs"; import { useDateManager } from "../managers/index.mjs"; export const useDateField = props => { const manager = useDateManager(); return useField({ manager, props }); };