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