Skip to content

Commit 035ce56

Browse files
BogiKaysatya164
andauthored
chore: Update AnimatedText's props type
Co-authored-by: Satyajit Sahoo <[email protected]>
1 parent 6fd04d9 commit 035ce56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Typography/AnimatedText.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type Props<T> = React.ComponentPropsWithRef<typeof Animated.Text> & {
2727
* Body: `bodyLarge`, `bodyMedium`, `bodySmall`
2828
*/
2929
variant?: VariantProp<T>;
30-
style?: StyleProp<TextStyle> | undefined;
30+
style?: StyleProp<TextStyle>;
3131
/**
3232
* @optional
3333
*/

0 commit comments

Comments
 (0)