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