UNPKG

one

Version:

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

4 lines 231 B
import type { Hono } from 'hono'; import type { One } from '../vite/types'; export declare function oneServe(oneOptions: One.PluginOptions, buildInfo: One.BuildInfo, app: Hono): Promise<void>; //# sourceMappingURL=oneServe.d.ts.map