Typography
API documentation for the React Native Typography component. Learn about the available props.
Import#
import { Typography } from "@react-native-material/core";// orimport Typography from "@react-native-material/core/Typography";Props#
interface TypographyProps extends TextProps { variant?: TypographyVariant;
color?: PaletteColor;}