Skip to content

Commit

Permalink
fix: fontWeight typings
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-tailor committed Jan 29, 2024
1 parent 6f7e8e1 commit d9f2067
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/react-native/Libraries/StyleSheet/StyleSheetTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,25 @@ export interface TextStyle extends TextStyleIOS, TextStyleAndroid, ViewStyle {
| '700'
| '800'
| '900'
| 100
| 200
| 300
| 400
| 500
| 600
| 700
| 800
| 900
| 'ultralight'
| 'thin'
| 'light'
| 'medium'
| 'regular'
| 'semibold'
| 'condensedBold'
| 'condensed'
| 'heavy'
| 'black'
| undefined;
letterSpacing?: number | undefined;
lineHeight?: number | undefined;
Expand Down

0 comments on commit d9f2067

Please sign in to comment.