import { InputBaseComponentProps } from "@mui/material"; export var NumberInputProps: InputBaseComponentProps = { step: 0.01, };