import { Text, TextProps } from "@chakra-ui/react"; function Monospace(props: TextProps) { return ( {props.children} ); } export { Monospace };