We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd04d9 commit 035ce56Copy full SHA for 035ce56
src/components/Typography/AnimatedText.tsx
@@ -27,7 +27,7 @@ type Props<T> = React.ComponentPropsWithRef<typeof Animated.Text> & {
27
* Body: `bodyLarge`, `bodyMedium`, `bodySmall`
28
*/
29
variant?: VariantProp<T>;
30
- style?: StyleProp<TextStyle> | undefined;
+ style?: StyleProp<TextStyle>;
31
/**
32
* @optional
33
0 commit comments