UNPKG

@mui/x-date-pickers

Version:

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

11 lines (10 loc) 278 B
'use client'; import { useField } from "../internals/hooks/useField/index.js"; import { useDateTimeManager } from "../managers/index.js"; export const useDateTimeField = props => { const manager = useDateTimeManager(props); return useField({ manager, props }); };