Skip to content

Commit

Permalink
chore: Update AnimatedText's props type
Browse files Browse the repository at this point in the history
Co-authored-by: Satyajit Sahoo <satyajit.happy@gmail.com>
  • Loading branch information
BogiKay and satya164 authored Dec 16, 2024
1 parent 6fd04d9 commit 035ce56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Typography/AnimatedText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type Props<T> = React.ComponentPropsWithRef<typeof Animated.Text> & {
* Body: `bodyLarge`, `bodyMedium`, `bodySmall`
*/
variant?: VariantProp<T>;
style?: StyleProp<TextStyle> | undefined;
style?: StyleProp<TextStyle>;
/**
* @optional
*/
Expand Down

0 comments on commit 035ce56

Please sign in to comment.