UNPKG

@mui/x-date-pickers

Version:

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

4 lines (3 loc) 218 B
export { DateField } from './DateField'; export { useDateField as unstable_useDateField } from './useDateField'; export type { UseDateFieldProps, UseDateFieldComponentProps, DateFieldProps, } from './DateField.types';