UNPKG

one

Version:

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

9 lines 317 B
import type { Plugin } from 'vite'; import type { One } from '../types'; export declare function createVirtualEntry(options: { root: string; router?: One.PluginOptions['router']; flags: One.Flags; setupFile?: One.PluginOptions['setupFile']; }): Plugin; //# sourceMappingURL=virtualEntryPlugin.d.ts.map