UNPKG

@mui/x-date-pickers

Version:

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

6 lines 307 B
import type { FieldOwnerState } from "../../models/index.js"; import type { FormProps } from "../models/index.js"; export declare function useFieldOwnerState(parameters: UseFieldOwnerStateParameters): FieldOwnerState; export interface UseFieldOwnerStateParameters extends FormProps { required?: boolean; }