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