UNPKG

one

Version:

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

5 lines 213 B
import type { PluginOption } from 'vite'; import '../polyfills-server'; import type { One } from './types'; export declare function one(options?: One.PluginOptions): PluginOption; //# sourceMappingURL=one.d.ts.map