import { Text, type TextProps } from "react-native" import tw from "twrnc" export function SerifText({ children, style, ...props }: TextProps) { return ( {children} ) }