Skip to content

Commit

Permalink
Update src/components/TextWithTooltip/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Puneet Lath <[email protected]>
  • Loading branch information
neonbhai and puneetlath authored Feb 28, 2024
1 parent 0253712 commit a3334e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TextWithTooltip/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type TextWithTooltipProps = {
/** Additional text styles */
textStyles?: StyleProp<TextStyle>;

/** Custom number of lines for Text */
/** Custom number of lines for text wrapping */
numberOfLines?: number;
};

Expand Down

0 comments on commit a3334e7

Please sign in to comment.