react-native-unit-components
Version:
Unit React Native components
19 lines (18 loc) • 736 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FontWeight = void 0;
let FontWeight = exports.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