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