UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

12 lines (11 loc) 300 B
function convertFontWeightToStringFontWeight(fontWeight) { if (fontWeight === void 0) { return void 0; } if (typeof fontWeight === "number") { return String(fontWeight); } return fontWeight; } export { convertFontWeightToStringFontWeight }; //# sourceMappingURL=style.native.js.map