UNPKG

one

Version:

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

5 lines (3 loc) 137 B
import { createContext } from 'react' import type { One } from '../vite/types' export const FlagsContext = createContext<One.Flags>({})