UNPKG

one

Version:

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

13 lines (12 loc) 358 B
import { jsx } from "react/jsx-runtime"; function RNWStylesheet() { return process.env.VITE_ENVIRONMENT === "client" ? /* @__PURE__ */jsx("style", { id: "react-native-stylesheet", suppressHydrationWarning: !0, dangerouslySetInnerHTML: { __html: "" } }) : null; } export { RNWStylesheet }; //# sourceMappingURL=RNWStylesheet.mjs.map