import { Typography, TypographyProps } from "@mui/material"; import { FC } from "react"; const InvalidInputMessage: FC = (props) => { return ( theme.colors.danger.A700, }} {...props} > {props.children} ); }; export default InvalidInputMessage;