UNPKG

one

Version:

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

6 lines 278 B
/** * Current platform. On web this resolves to the `.web` sibling, which is a * plain constant, so nothing in the web graph imports react-native for it. */ export declare const PLATFORM: "web" | "ios" | "android" | "windows" | "macos"; //# sourceMappingURL=platform.d.ts.map