@mui/x-date-pickers
Version:
The community edition of the Date and Time Picker components (MUI X).
6 lines • 297 B
TypeScript
import { FieldOwnerState } from "../../models/index.js";
import { FormProps } from "../models/index.js";
export declare function useFieldOwnerState(parameters: UseFieldOwnerStateParameters): FieldOwnerState;
export interface UseFieldOwnerStateParameters extends FormProps {
required?: boolean;
}