UNPKG

one

Version:

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

4 lines (2 loc) 118 B
import { createContext } from 'react' export const ServerLocationContext = createContext<URL | undefined>(undefined)