UNPKG

one

Version:

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

6 lines (5 loc) 245 B
function convertFontWeightToStringFontWeight(fontWeight) { if (fontWeight !== void 0) return typeof fontWeight == "number" ? String(fontWeight) : fontWeight; } export { convertFontWeightToStringFontWeight }; //# sourceMappingURL=style.mjs.map