diff --git a/Libraries/StyleSheet/StyleSheetTypes.js b/Libraries/StyleSheet/StyleSheetTypes.js index b50b47b4be6..4f16c2b8051 100644 --- a/Libraries/StyleSheet/StyleSheetTypes.js +++ b/Libraries/StyleSheet/StyleSheetTypes.js @@ -613,7 +613,18 @@ export type ____FontWeight_Internal = | 'condensedBold' | 'condensed' | 'heavy' - | 'black'; + | 'black' + | 'Ultralight' + | 'Thin' + | 'Light' + | 'Normal' + | 'Medium' + | 'Semibold' + | 'Bold' + | 'Condensed' + | 'CondensedBold' + | 'Heavy' + | 'Black'; export type ____FontVariantArray_Internal = $ReadOnlyArray< | 'small-caps'