BoundTextField
API
import { TextFieldProps } from "@mui/material";
export declare type BoundTextFieldProps = TextFieldProps & {
field: string;
};
export declare function BoundTextField(props: BoundTextFieldProps): JSX.Element;Last updated
Was this helpful?