1
0
Fork 0
react-playground/node_modules/@mui/x-date-pickers/esm/internals/hooks/useField/useFieldV7TextField.d.ts
Techognito fc0f69dacb Added Statistics calculation
Statistics now show calculated values
2025-09-04 17:30:00 +02:00

3 lines
No EOL
418 B
TypeScript

import { UseFieldParameters, UseFieldProps, UseFieldReturnValue } from "./useField.types.js";
import { PickerValidValue } from "../../models/index.js";
export declare const useFieldV7TextField: <TValue extends PickerValidValue, TError, TValidationProps extends {}, TProps extends UseFieldProps<true>>(parameters: UseFieldParameters<TValue, true, TError, TValidationProps, TProps>) => UseFieldReturnValue<true, TProps>;