UNPKG

react-native-unit-components

Version:

Unit React Native components

13 lines 613 B
export let FontWeight = /*#__PURE__*/function (FontWeight) { FontWeight[FontWeight["Thin"] = 100] = "Thin"; FontWeight[FontWeight["ExtraLight"] = 200] = "ExtraLight"; FontWeight[FontWeight["Light"] = 300] = "Light"; FontWeight[FontWeight["Regular"] = 400] = "Regular"; FontWeight[FontWeight["Medium"] = 500] = "Medium"; FontWeight[FontWeight["SemiBold"] = 600] = "SemiBold"; FontWeight[FontWeight["Bold"] = 700] = "Bold"; FontWeight[FontWeight["ExtraBold"] = 800] = "ExtraBold"; FontWeight[FontWeight["Black"] = 900] = "Black"; return FontWeight; }({}); //# sourceMappingURL=fonts.types.js.map