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