3 lines
291 B
JavaScript
3 lines
291 B
JavaScript
// We don't add those exports to the regular `@mui/x-date-pickers/internals`,
|
|
// Because they rely on date-fns, which is not used by all applications.
|
|
export { useField, createDateStrFromSections, addPositionPropertiesToSections, splitFormatIntoSections } from '../internals/hooks/useField'; |